Html Css Color HEX #66965B Hippie Green

📋 copy color: '#66965B'

red 102 ◦ green 150 ◦ blue 91

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

Shades of Hippie Green #66965B

Tints of Hippie Green #66965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 29.74%
G = 43.73%
B = 26.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#66965B (or 0x66965B) is known color: Hippie Green. HEX triplet: 66, 96 and 5B. RGB value is (102,150,91). Sum of RGB (Red+Green+Blue) = 102+150+91=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #66965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66965B is #9969A4. Grayscale: #818181. Windows color (decimal): -10054053 or 6002278. OLE color: 6002278.

HSL color Cylindrical-coordinate representation of color #66965B: hue angle of 108.81º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66965B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 91 -
CMYK 0.32 0 0.39 0.41
HSL 108.81º 0.24% 0.47% -
HSV(B) 108.81º 0.39% 0.59% -
XYZ 18.27 25.39 13.84 -
YUV 128.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 102 150 91 0.32 0 0.39 0.41 108.81 0.24 0.47
Hex 66 96 5B 20 0 27 29 6D 18 2F
Octal 146 226 133 40 0 47 51 155 30 57
Binary 1100110 10010110 1011011 100000 0 100111 101001 1101101 11000 101111

Color Harmonies of #66965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66965B

Black with #66965B

Text Example


Text Example

White with #66965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66965B; }

 p { color: rgb(102,150,91); }

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

background-color css

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

 a { background-color: rgb(102,150,91); }

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

border-color css

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

 span { border-color: rgb(102,150,91); }

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