Html Css Color HEX #8C9F65 Chelsea Cucumber

📋 copy color: '#8C9F65'

red 140 ◦ green 159 ◦ blue 101

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

Shades of Chelsea Cucumber #8C9F65

Tints of Chelsea Cucumber #8C9F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 35%
G = 39.75%
B = 25.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#8C9F65 (or 0x8C9F65) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 65. RGB value is (140,159,101). Sum of RGB (Red+Green+Blue) = 140+159+101=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F65 is #73609A. Grayscale: #929292. Windows color (decimal): -7561371 or 6659980. OLE color: 6659980.

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

Color convert

RGB 140 159 101 -
CMYK 0.12 0 0.36 0.38
HSL 79.66º 0.23% 0.51% -
HSV(B) 79.66º 0.36% 0.62% -
XYZ 25.56 31.31 17.01 -
YUV 146.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 140 159 101 0.12 0 0.36 0.38 79.66 0.23 0.51
Hex 8C 9F 65 C 0 24 26 50 17 33
Octal 214 237 145 14 0 44 46 120 27 63
Binary 10001100 10011111 1100101 1100 0 100100 100110 1010000 10111 110011

Color Harmonies of #8C9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F65

Black with #8C9F65

Text Example


Text Example

White with #8C9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,101); }

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

background-color css

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

 a { background-color: rgb(140,159,101); }

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

border-color css

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

 span { border-color: rgb(140,159,101); }

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