Html Css Color HEX #8DAF68 Chelsea Cucumber

📋 copy color: '#8DAF68'

red 141 ◦ green 175 ◦ blue 104

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

Shades of Chelsea Cucumber #8DAF68

Tints of Chelsea Cucumber #8DAF68

RGB

 RED value IS 141 (55.47% from 255) = 33.57%

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

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

R = 33.57%
G = 41.67%
B = 24.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#8DAF68 (or 0x8DAF68) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 68. RGB value is (141,175,104). Sum of RGB (Red+Green+Blue) = 141+175+104=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF68 is #725097. Grayscale: #9C9C9C. Windows color (decimal): -7491736 or 6860685. OLE color: 6860685.

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

Color convert

RGB 141 175 104 -
CMYK 0.19 0 0.41 0.31
HSL 88.73º 0.31% 0.55% -
HSV(B) 88.73º 0.41% 0.69% -
XYZ 28.81 37.32 18.78 -
YUV 156.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 141 175 104 0.19 0 0.41 0.31 88.73 0.31 0.55
Hex 8D AF 68 13 0 29 1F 59 1F 37
Octal 215 257 150 23 0 51 37 131 37 67
Binary 10001101 10101111 1101000 10011 0 101001 11111 1011001 11111 110111

Color Harmonies of #8DAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF68

Black with #8DAF68

Text Example


Text Example

White with #8DAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAF68; }

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

 H1.HeaderClassName
 {
   color: #8DAF68;
 }
 .AnyTagClassName
 {
   color: #8DAF68;
 }
</style>

background-color css

<style>
 a { background-color: #8DAF68; }

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

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

border-color css

<style>
 span { border-color: #8DAF68; }

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

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