Html Css Color HEX #668366 Hippie Green

📋 copy color: '#668366'

red 102 ◦ green 131 ◦ blue 102

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

Shades of Hippie Green #668366

Tints of Hippie Green #668366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 30.45%
G = 39.1%
B = 30.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#668366 (or 0x668366) is known color: Hippie Green. HEX triplet: 66, 83 and 66. RGB value is (102,131,102). Sum of RGB (Red+Green+Blue) = 102+131+102=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #668366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668366 is #997C99. Grayscale: #777777. Windows color (decimal): -10058906 or 6718310. OLE color: 6718310.

HSL color Cylindrical-coordinate representation of color #668366: hue angle of 120º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668366 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 102 -
CMYK 0.22 0 0.22 0.49
HSL 120º 0.12% 0.46% -
HSV(B) 120º 0.22% 0.51% -
XYZ 15.99 20.02 15.59 -
YUV 119.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 102 131 102 0.22 0 0.22 0.49 120 0.12 0.46
Hex 66 83 66 16 0 16 31 78 C 2E
Octal 146 203 146 26 0 26 61 170 14 56
Binary 1100110 10000011 1100110 10110 0 10110 110001 1111000 1100 101110

Color Harmonies of #668366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668366

Black with #668366

Text Example


Text Example

White with #668366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668366; }

 p { color: rgb(102,131,102); }

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

background-color css

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

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

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

border-color css

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

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

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