Html Css Color HEX #8CB068 Chelsea Cucumber

📋 copy color: '#8CB068'

red 140 ◦ green 176 ◦ blue 104

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

Shades of Chelsea Cucumber #8CB068

Tints of Chelsea Cucumber #8CB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

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

R = 33.33%
G = 41.9%
B = 24.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#8CB068 (or 0x8CB068) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 68. RGB value is (140,176,104). Sum of RGB (Red+Green+Blue) = 140+176+104=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB068 is #734F97. Grayscale: #9D9D9D. Windows color (decimal): -7557016 or 6860940. OLE color: 6860940.

HSL color Cylindrical-coordinate representation of color #8CB068: hue angle of 90º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB068 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 104 -
CMYK 0.20 0 0.41 0.31
HSL 90º 0.31% 0.55% -
HSV(B) 90º 0.41% 0.69% -
XYZ 28.84 37.63 18.84 -
YUV 157.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 140 176 104 0.20 0 0.41 0.31 90 0.31 0.55
Hex 8C B0 68 14 0 29 1F 5A 1F 37
Octal 214 260 150 24 0 51 37 132 37 67
Binary 10001100 10110000 1101000 10100 0 101001 11111 1011010 11111 110111

Color Harmonies of #8CB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB068

Black with #8CB068

Text Example


Text Example

White with #8CB068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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