Html Css Color HEX #8CA061 Chelsea Cucumber

📋 copy color: '#8CA061'

red 140 ◦ green 160 ◦ blue 97

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

Shades of Chelsea Cucumber #8CA061

Tints of Chelsea Cucumber #8CA061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 97 (38.28% from 255) = 24.43%

R = 35.26%
G = 40.3%
B = 24.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#8CA061 (or 0x8CA061) is known color: Chelsea Cucumber. HEX triplet: 8C, A0 and 61. RGB value is (140,160,97). Sum of RGB (Red+Green+Blue) = 140+160+97=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA061 is #735F9E. Grayscale: #939393. Windows color (decimal): -7561119 or 6398092. OLE color: 6398092.

HSL color Cylindrical-coordinate representation of color #8CA061: hue angle of 79.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA061 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 97 -
CMYK 0.12 0 0.39 0.37
HSL 79.05º 0.25% 0.5% -
HSV(B) 79.05º 0.39% 0.63% -
XYZ 25.54 31.58 16.06 -
YUV 146.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 140 160 97 0.12 0 0.39 0.37 79.05 0.25 0.5
Hex 8C A0 61 C 0 27 25 4F 19 32
Octal 214 240 141 14 0 47 45 117 31 62
Binary 10001100 10100000 1100001 1100 0 100111 100101 1001111 11001 110010

Color Harmonies of #8CA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA061

Black with #8CA061

Text Example


Text Example

White with #8CA061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,97); }

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

background-color css

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

 a { background-color: rgb(140,160,97); }

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

border-color css

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

 span { border-color: rgb(140,160,97); }

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