Html Css Color HEX #8CAF68 Chelsea Cucumber

📋 copy color: '#8CAF68'

red 140 ◦ green 175 ◦ blue 104

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

Shades of Chelsea Cucumber #8CAF68

Tints of Chelsea Cucumber #8CAF68

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

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

R = 33.41%
G = 41.77%
B = 24.82%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#8CAF68 (or 0x8CAF68) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 68. RGB value is (140,175,104). Sum of RGB (Red+Green+Blue) = 140+175+104=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF68 is #735097. Grayscale: #9C9C9C. Windows color (decimal): -7557272 or 6860684. OLE color: 6860684.

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

Color convert

RGB 140 175 104 -
CMYK 0.2 0 0.41 0.31
HSL 89.58º 0.31% 0.55% -
HSV(B) 89.58º 0.41% 0.69% -
XYZ 28.64 37.23 18.77 -
YUV 156.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 140 175 104 0.2 0 0.41 0.31 89.58 0.31 0.55
Hex 8C AF 68 14 0 29 1F 5A 1F 37
Octal 214 257 150 24 0 51 37 132 37 67
Binary 10001100 10101111 1101000 10100 0 101001 11111 1011010 11111 110111

Color Harmonies of #8CAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF68

Black with #8CAF68

Text Example


Text Example

White with #8CAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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