Html Css Color HEX #8C9F68 Chelsea Cucumber

📋 copy color: '#8C9F68'

red 140 ◦ green 159 ◦ blue 104

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

Shades of Chelsea Cucumber #8C9F68

Tints of Chelsea Cucumber #8C9F68

RGB

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

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

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

R = 34.74%
G = 39.45%
B = 25.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#8C9F68 (or 0x8C9F68) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 68. RGB value is (140,159,104). Sum of RGB (Red+Green+Blue) = 140+159+104=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F68 is #736097. Grayscale: #939393. Windows color (decimal): -7561368 or 6856588. OLE color: 6856588.

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

Color convert

RGB 140 159 104 -
CMYK 0.12 0 0.35 0.38
HSL 80.73º 0.22% 0.52% -
HSV(B) 80.73º 0.35% 0.62% -
XYZ 25.71 31.37 17.8 -
YUV 147.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 140 159 104 0.12 0 0.35 0.38 80.73 0.22 0.52
Hex 8C 9F 68 C 0 23 26 51 16 34
Octal 214 237 150 14 0 43 46 121 26 64
Binary 10001100 10011111 1101000 1100 0 100011 100110 1010001 10110 110100

Color Harmonies of #8C9F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F68

Black with #8C9F68

Text Example


Text Example

White with #8C9F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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