Html Css Color HEX #698F64 Hippie Green

📋 copy color: '#698F64'

red 105 ◦ green 143 ◦ blue 100

#698F64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #698F64

Tints of Hippie Green #698F64

RGB

 RED value IS 105 (41.41% from 255) = 30.17%

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 30.17%
G = 41.09%
B = 28.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#698F64 (or 0x698F64) is known color: Hippie Green. HEX triplet: 69, 8F and 64. RGB value is (105,143,100). Sum of RGB (Red+Green+Blue) = 105+143+100=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #698F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698F64 is #96709B. Grayscale: #7E7E7E. Windows color (decimal): -9859228 or 6590313. OLE color: 6590313.

HSL color Cylindrical-coordinate representation of color #698F64: hue angle of 113.02º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698F64 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 100 -
CMYK 0.27 0 0.30 0.44
HSL 113.02º 0.18% 0.48% -
HSV(B) 113.02º 0.3% 0.56% -
XYZ 17.95 23.57 15.66 -
YUV 126.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 105 143 100 0.27 0 0.30 0.44 113.02 0.18 0.48
Hex 69 8F 64 1B 0 1E 2C 71 12 30
Octal 151 217 144 33 0 36 54 161 22 60
Binary 1101001 10001111 1100100 11011 0 11110 101100 1110001 10010 110000

Color Harmonies of #698F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F64

Black with #698F64

Text Example


Text Example

White with #698F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698F64; }

 p { color: rgb(105,143,100); }

 H1.HeaderClassName
 {
   color: #698F64;
 }
 .AnyTagClassName
 {
   color: #698F64;
 }
</style>

background-color css

<style>
 a { background-color: #698F64; }

 a { background-color: rgb(105,143,100); }

 div.DivClassName
 {
   background-color: #698F64;
 }
 .BgClassName
 {
   background-color: #698F64;
 }
</style>

border-color css

<style>
 span { border-color: #698F64; }

 span { border-color: rgb(105,143,100); }

 td.TdClassName
 {
   border-color: #698F64;
 }
 .TagClassName
 {
   border-color: #698F64;
 }
</style>