Html Css Color HEX #66855A Glade Green

📋 copy color: '#66855A'

red 102 ◦ green 133 ◦ blue 90

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

Shades of Glade Green #66855A

Tints of Glade Green #66855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 31.38%
G = 40.92%
B = 27.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#66855A (or 0x66855A) is known color: Glade Green. HEX triplet: 66, 85 and 5A. RGB value is (102,133,90). Sum of RGB (Red+Green+Blue) = 102+133+90=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #66855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66855A is #997AA5. Grayscale: #767676. Windows color (decimal): -10058406 or 5932390. OLE color: 5932390.

HSL color Cylindrical-coordinate representation of color #66855A: hue angle of 103.26º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66855A is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 90 -
CMYK 0.23 0 0.32 0.48
HSL 103.26º 0.19% 0.44% -
HSV(B) 103.26º 0.32% 0.52% -
XYZ 15.71 20.34 12.77 -
YUV 118.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 102 133 90 0.23 0 0.32 0.48 103.26 0.19 0.44
Hex 66 85 5A 17 0 20 30 67 13 2C
Octal 146 205 132 27 0 40 60 147 23 54
Binary 1100110 10000101 1011010 10111 0 100000 110000 1100111 10011 101100

Color Harmonies of #66855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66855A

Black with #66855A

Text Example


Text Example

White with #66855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66855A; }

 p { color: rgb(102,133,90); }

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

background-color css

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

 a { background-color: rgb(102,133,90); }

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

border-color css

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

 span { border-color: rgb(102,133,90); }

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