Html Css Color HEX #66995E Hippie Green

📋 copy color: '#66995E'

red 102 ◦ green 153 ◦ blue 94

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

Shades of Hippie Green #66995E

Tints of Hippie Green #66995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 29.23%
G = 43.84%
B = 26.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#66995E (or 0x66995E) is known color: Hippie Green. HEX triplet: 66, 99 and 5E. RGB value is (102,153,94). Sum of RGB (Red+Green+Blue) = 102+153+94=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #66995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66995E is #9966A1. Grayscale: #838383. Windows color (decimal): -10053282 or 6199654. OLE color: 6199654.

HSL color Cylindrical-coordinate representation of color #66995E: hue angle of 111.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66995E is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 94 -
CMYK 0.33 0 0.39 0.4
HSL 111.86º 0.24% 0.48% -
HSV(B) 111.86º 0.39% 0.6% -
XYZ 18.89 26.42 14.69 -
YUV 131.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 102 153 94 0.33 0 0.39 0.4 111.86 0.24 0.48
Hex 66 99 5E 21 0 27 28 70 18 30
Octal 146 231 136 41 0 47 50 160 30 60
Binary 1100110 10011001 1011110 100001 0 100111 101000 1110000 11000 110000

Color Harmonies of #66995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66995E

Black with #66995E

Text Example


Text Example

White with #66995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66995E; }

 p { color: rgb(102,153,94); }

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

background-color css

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

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

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

border-color css

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

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

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