Html Css Color HEX #8CA066 Chelsea Cucumber

📋 copy color: '#8CA066'

red 140 ◦ green 160 ◦ blue 102

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

Shades of Chelsea Cucumber #8CA066

Tints of Chelsea Cucumber #8CA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.37%

R = 34.83%
G = 39.8%
B = 25.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#8CA066 (or 0x8CA066) is known color: Chelsea Cucumber. HEX triplet: 8C, A0 and 66. RGB value is (140,160,102). Sum of RGB (Red+Green+Blue) = 140+160+102=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA066 is #735F99. Grayscale: #939393. Windows color (decimal): -7561114 or 6725772. OLE color: 6725772.

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

Color convert

RGB 140 160 102 -
CMYK 0.12 0 0.36 0.37
HSL 80.69º 0.23% 0.51% -
HSV(B) 80.69º 0.36% 0.63% -
XYZ 25.78 31.68 17.33 -
YUV 147.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 140 160 102 0.12 0 0.36 0.37 80.69 0.23 0.51
Hex 8C A0 66 C 0 24 25 51 17 33
Octal 214 240 146 14 0 44 45 121 27 63
Binary 10001100 10100000 1100110 1100 0 100100 100101 1010001 10111 110011

Color Harmonies of #8CA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA066

Black with #8CA066

Text Example


Text Example

White with #8CA066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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