Html Css Color HEX #85AF67 Chelsea Cucumber

📋 copy color: '#85AF67'

red 133 ◦ green 175 ◦ blue 103

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

Shades of Chelsea Cucumber #85AF67

Tints of Chelsea Cucumber #85AF67

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 32.36%
G = 42.58%
B = 25.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#85AF67 (or 0x85AF67) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 67. RGB value is (133,175,103). Sum of RGB (Red+Green+Blue) = 133+175+103=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF67 is #7A5098. Grayscale: #9A9A9A. Windows color (decimal): -8016025 or 6795141. OLE color: 6795141.

HSL color Cylindrical-coordinate representation of color #85AF67: hue angle of 95º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85AF67 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 103 -
CMYK 0.24 0 0.41 0.31
HSL 95º 0.31% 0.55% -
HSV(B) 95º 0.41% 0.69% -
XYZ 27.45 36.63 18.45 -
YUV 154.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 133 175 103 0.24 0 0.41 0.31 95 0.31 0.55
Hex 85 AF 67 18 0 29 1F 5F 1F 37
Octal 205 257 147 30 0 51 37 137 37 67
Binary 10000101 10101111 1100111 11000 0 101001 11111 1011111 11111 110111

Color Harmonies of #85AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF67

Black with #85AF67

Text Example


Text Example

White with #85AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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