Html Css Color HEX #669C55 Hippie Green

📋 copy color: '#669C55'

red 102 ◦ green 156 ◦ blue 85

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

Shades of Hippie Green #669C55

Tints of Hippie Green #669C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 29.74%
G = 45.48%
B = 24.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#669C55 (or 0x669C55) is known color: Hippie Green. HEX triplet: 66, 9C and 55. RGB value is (102,156,85). Sum of RGB (Red+Green+Blue) = 102+156+85=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #669C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C55 is #9963AA. Grayscale: #838383. Windows color (decimal): -10052523 or 5610598. OLE color: 5610598.

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

Color convert

RGB 102 156 85 -
CMYK 0.35 0 0.46 0.39
HSL 105.63º 0.29% 0.47% -
HSV(B) 105.63º 0.46% 0.61% -
XYZ 19.01 27.26 12.85 -
YUV 131.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 102 156 85 0.35 0 0.46 0.39 105.63 0.29 0.47
Hex 66 9C 55 23 0 2E 27 6A 1D 2F
Octal 146 234 125 43 0 56 47 152 35 57
Binary 1100110 10011100 1010101 100011 0 101110 100111 1101010 11101 101111

Color Harmonies of #669C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C55

Black with #669C55

Text Example


Text Example

White with #669C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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