Html Css Color HEX #668F61 Hippie Green

📋 copy color: '#668F61'

red 102 ◦ green 143 ◦ blue 97

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

Shades of Hippie Green #668F61

Tints of Hippie Green #668F61

RGB

 RED value IS 102 (40.23% from 255) = 29.82%

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 29.82%
G = 41.81%
B = 28.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#668F61 (or 0x668F61) is known color: Hippie Green. HEX triplet: 66, 8F and 61. RGB value is (102,143,97). Sum of RGB (Red+Green+Blue) = 102+143+97=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #668F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F61 is #99709E. Grayscale: #7D7D7D. Windows color (decimal): -10055839 or 6393702. OLE color: 6393702.

HSL color Cylindrical-coordinate representation of color #668F61: hue angle of 113.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668F61 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 97 -
CMYK 0.29 0 0.32 0.44
HSL 113.48º 0.19% 0.47% -
HSV(B) 113.48º 0.32% 0.56% -
XYZ 17.46 23.33 14.89 -
YUV 125.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 102 143 97 0.29 0 0.32 0.44 113.48 0.19 0.47
Hex 66 8F 61 1D 0 20 2C 71 13 2F
Octal 146 217 141 35 0 40 54 161 23 57
Binary 1100110 10001111 1100001 11101 0 100000 101100 1110001 10011 101111

Color Harmonies of #668F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F61

Black with #668F61

Text Example


Text Example

White with #668F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F61; }

 p { color: rgb(102,143,97); }

 H1.HeaderClassName
 {
   color: #668F61;
 }
 .AnyTagClassName
 {
   color: #668F61;
 }
</style>

background-color css

<style>
 a { background-color: #668F61; }

 a { background-color: rgb(102,143,97); }

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

border-color css

<style>
 span { border-color: #668F61; }

 span { border-color: rgb(102,143,97); }

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