Html Css Color HEX #8C9D68 Chelsea Cucumber

📋 copy color: '#8C9D68'

red 140 ◦ green 157 ◦ blue 104

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

Shades of Chelsea Cucumber #8C9D68

Tints of Chelsea Cucumber #8C9D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

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

R = 34.91%
G = 39.15%
B = 25.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#8C9D68 (or 0x8C9D68) is known color: Chelsea Cucumber. HEX triplet: 8C, 9D and 68. RGB value is (140,157,104). Sum of RGB (Red+Green+Blue) = 140+157+104=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9D68 is #736297. Grayscale: #929292. Windows color (decimal): -7561880 or 6856076. OLE color: 6856076.

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

Color convert

RGB 140 157 104 -
CMYK 0.11 0 0.34 0.38
HSL 79.25º 0.21% 0.51% -
HSV(B) 79.25º 0.34% 0.62% -
XYZ 25.37 30.69 17.68 -
YUV 145.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 140 157 104 0.11 0 0.34 0.38 79.25 0.21 0.51
Hex 8C 9D 68 B 0 22 26 4F 15 33
Octal 214 235 150 13 0 42 46 117 25 63
Binary 10001100 10011101 1101000 1011 0 100010 100110 1001111 10101 110011

Color Harmonies of #8C9D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9D68

Black with #8C9D68

Text Example


Text Example

White with #8C9D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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