#8CB675

Color #8CB675 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8CB675

Tints of Olivine #8CB675

Color information

#8CB675 (or 0x8CB675) is unknown color: approx Olivine. HEX triplet: 8C, B6 and 75. RGB value is (140,182,117). Sum of RGB (Red+Green+Blue) = 140+182+117=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB675 is #73498A. Grayscale: #A2A2A2. Windows color (decimal): -7555467 or 7714444. OLE color: 7714444.

HSL color Cylindrical-coordinate representation of color #8CB675: hue angle of 98.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB675 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB140182117-
CMYK0.2300.360.29
HSL98.77º30.81%58.63%-
HSV(B)98.77º35.71%71.37%-
XYZ30.7540.3222.99-
YUV162.03102.59112.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=31.89%
G=41.46%
B=26.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821170.2300.360.2998.7730.8158.63
Hex8CB675170241D631f3b
Octal21426616527044351433773
Binary1000110010110110111010110111010010011101110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,117); }

 H1.HeaderClassName
 {
   color: #8CB675;
 }
 .AnyTagClassName
 {
   color: #8CB675;
 }
</style>
background-color css

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

 a { background-color: rgb(140,182,117); }

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

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

 span { border-color: rgb(140,182,117); }

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