Html Css Color HEX #669055 Hippie Green

📋 copy color: '#669055'

red 102 ◦ green 144 ◦ blue 85

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

Shades of Hippie Green #669055

Tints of Hippie Green #669055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

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

R = 30.82%
G = 43.5%
B = 25.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#669055 (or 0x669055) is known color: Hippie Green. HEX triplet: 66, 90 and 55. RGB value is (102,144,85). Sum of RGB (Red+Green+Blue) = 102+144+85=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #669055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669055 is #996FAA. Grayscale: #7C7C7C. Windows color (decimal): -10055595 or 5607526. OLE color: 5607526.

HSL color Cylindrical-coordinate representation of color #669055: hue angle of 102.71º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #669055 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 85 -
CMYK 0.29 0 0.41 0.44
HSL 102.71º 0.26% 0.45% -
HSV(B) 102.71º 0.41% 0.56% -
XYZ 17.09 23.43 12.22 -
YUV 124.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 102 144 85 0.29 0 0.41 0.44 102.71 0.26 0.45
Hex 66 90 55 1D 0 29 2C 67 1A 2D
Octal 146 220 125 35 0 51 54 147 32 55
Binary 1100110 10010000 1010101 11101 0 101001 101100 1100111 11010 101101

Color Harmonies of #669055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669055

Black with #669055

Text Example


Text Example

White with #669055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669055; }

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

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

background-color css

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

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

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

border-color css

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

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

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