Html Css Color HEX #85AF68 Chelsea Cucumber

📋 copy color: '#85AF68'

red 133 ◦ green 175 ◦ blue 104

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

Shades of Chelsea Cucumber #85AF68

Tints of Chelsea Cucumber #85AF68

RGB

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

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

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

R = 32.28%
G = 42.48%
B = 25.24%

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

#85AF68 (or 0x85AF68) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 68. RGB value is (133,175,104). Sum of RGB (Red+Green+Blue) = 133+175+104=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF68 is #7A5097. Grayscale: #9A9A9A. Windows color (decimal): -8016024 or 6860677. OLE color: 6860677.

HSL color Cylindrical-coordinate representation of color #85AF68: hue angle of 95.49º 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 #85AF68 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 104 -
CMYK 0.24 0 0.41 0.31
HSL 95.49º 0.31% 0.55% -
HSV(B) 95.49º 0.41% 0.69% -
XYZ 27.5 36.65 18.72 -
YUV 154.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 133 175 104 0.24 0 0.41 0.31 95.49 0.31 0.55
Hex 85 AF 68 18 0 29 1F 5F 1F 37
Octal 205 257 150 30 0 51 37 137 37 67
Binary 10000101 10101111 1101000 11000 0 101001 11111 1011111 11111 110111

Color Harmonies of #85AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF68

Black with #85AF68

Text Example


Text Example

White with #85AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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