Html Css Color HEX #66955D Hippie Green

📋 copy color: '#66955D'

red 102 ◦ green 149 ◦ blue 93

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

Shades of Hippie Green #66955D

Tints of Hippie Green #66955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 29.65%
G = 43.31%
B = 27.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#66955D (or 0x66955D) is known color: Hippie Green. HEX triplet: 66, 95 and 5D. RGB value is (102,149,93). Sum of RGB (Red+Green+Blue) = 102+149+93=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #66955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66955D is #996AA2. Grayscale: #808080. Windows color (decimal): -10054307 or 6133094. OLE color: 6133094.

HSL color Cylindrical-coordinate representation of color #66955D: hue angle of 110.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66955D is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 93 -
CMYK 0.32 0 0.38 0.42
HSL 110.36º 0.23% 0.47% -
HSV(B) 110.36º 0.38% 0.58% -
XYZ 18.2 25.11 14.24 -
YUV 128.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 102 149 93 0.32 0 0.38 0.42 110.36 0.23 0.47
Hex 66 95 5D 20 0 26 2A 6E 17 2F
Octal 146 225 135 40 0 46 52 156 27 57
Binary 1100110 10010101 1011101 100000 0 100110 101010 1101110 10111 101111

Color Harmonies of #66955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66955D

Black with #66955D

Text Example


Text Example

White with #66955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66955D; }

 p { color: rgb(102,149,93); }

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

background-color css

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

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

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

border-color css

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

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

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