Html Css Color HEX #669C52 Hippie Green

📋 copy color: '#669C52'

red 102 ◦ green 156 ◦ blue 82

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

Shades of Hippie Green #669C52

Tints of Hippie Green #669C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 30%
G = 45.88%
B = 24.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#669C52 (or 0x669C52) is known color: Hippie Green. HEX triplet: 66, 9C and 52. RGB value is (102,156,82). Sum of RGB (Red+Green+Blue) = 102+156+82=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #669C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C52 is #9963AD. Grayscale: #838383. Windows color (decimal): -10052526 or 5413990. OLE color: 5413990.

HSL color Cylindrical-coordinate representation of color #669C52: hue angle of 103.78º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #669C52 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 82 -
CMYK 0.35 0 0.47 0.39
HSL 103.78º 0.31% 0.47% -
HSV(B) 103.78º 0.47% 0.61% -
XYZ 18.89 27.21 12.24 -
YUV 131.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 102 156 82 0.35 0 0.47 0.39 103.78 0.31 0.47
Hex 66 9C 52 23 0 2F 27 68 1F 2F
Octal 146 234 122 43 0 57 47 150 37 57
Binary 1100110 10011100 1010010 100011 0 101111 100111 1101000 11111 101111

Color Harmonies of #669C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C52

Black with #669C52

Text Example


Text Example

White with #669C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669C52; }

 p { color: rgb(102,156,82); }

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

background-color css

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

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

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

border-color css

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

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

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