#8CB775

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

Shades of Olivine #8CB775

Tints of Olivine #8CB775

Color information

#8CB775 (or 0x8CB775) is unknown color: approx Olivine. HEX triplet: 8C, B7 and 75. RGB value is (140,183,117). Sum of RGB (Red+Green+Blue) = 140+183+117=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB775 is #73488A. Grayscale: #A2A2A2. Windows color (decimal): -7555211 or 7714700. OLE color: 7714700.

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

Color convert

RGB140183117-
CMYK0.2300.360.28
HSL99.09º31.43%58.82%-
HSV(B)99.09º36.07%71.76%-
XYZ30.9640.7323.06-
YUV162.62102.25111.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=31.82%
G=41.59%
B=26.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831170.2300.360.2899.0931.4358.82
Hex8CB775170241C631f3b
Octal21426716527044341433773
Binary1000110010110111111010110111010010011100110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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