Html Css Color HEX #85AA67 Chelsea Cucumber

📋 copy color: '#85AA67'

red 133 ◦ green 170 ◦ blue 103

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

Shades of Chelsea Cucumber #85AA67

Tints of Chelsea Cucumber #85AA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 32.76%
G = 41.87%
B = 25.37%

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

#85AA67 (or 0x85AA67) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 67. RGB value is (133,170,103). Sum of RGB (Red+Green+Blue) = 133+170+103=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA67 is #7A5598. Grayscale: #979797. Windows color (decimal): -8017305 or 6793861. OLE color: 6793861.

HSL color Cylindrical-coordinate representation of color #85AA67: hue angle of 93.13º 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 #85AA67 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 103 -
CMYK 0.22 0 0.39 0.33
HSL 93.13º 0.28% 0.54% -
HSV(B) 93.13º 0.39% 0.67% -
XYZ 26.5 34.72 18.14 -
YUV 151.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 133 170 103 0.22 0 0.39 0.33 93.13 0.28 0.54
Hex 85 AA 67 16 0 27 21 5D 1C 36
Octal 205 252 147 26 0 47 41 135 34 66
Binary 10000101 10101010 1100111 10110 0 100111 100001 1011101 11100 110110

Color Harmonies of #85AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA67

Black with #85AA67

Text Example


Text Example

White with #85AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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