Html Css Color HEX #85AA68 Chelsea Cucumber

📋 copy color: '#85AA68'

red 133 ◦ green 170 ◦ blue 104

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

Shades of Chelsea Cucumber #85AA68

Tints of Chelsea Cucumber #85AA68

RGB

 RED value IS 133 (52.34% from 255) = 32.68%

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 32.68%
G = 41.77%
B = 25.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#85AA68 (or 0x85AA68) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 68. RGB value is (133,170,104). Sum of RGB (Red+Green+Blue) = 133+170+104=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA68 is #7A5597. Grayscale: #979797. Windows color (decimal): -8017304 or 6859397. OLE color: 6859397.

HSL color Cylindrical-coordinate representation of color #85AA68: hue angle of 93.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85AA68 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 104 -
CMYK 0.22 0 0.39 0.33
HSL 93.64º 0.28% 0.54% -
HSV(B) 93.64º 0.39% 0.67% -
XYZ 26.55 34.74 18.4 -
YUV 151.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 133 170 104 0.22 0 0.39 0.33 93.64 0.28 0.54
Hex 85 AA 68 16 0 27 21 5E 1C 36
Octal 205 252 150 26 0 47 41 136 34 66
Binary 10000101 10101010 1101000 10110 0 100111 100001 1011110 11100 110110

Color Harmonies of #85AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA68

Black with #85AA68

Text Example


Text Example

White with #85AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AA68; }

 p { color: rgb(133,170,104); }

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

background-color css

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

 a { background-color: rgb(133,170,104); }

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

border-color css

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

 span { border-color: rgb(133,170,104); }

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