#9CB875

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

Shades of Olivine #9CB875

Tints of Olivine #9CB875

Color information

#9CB875 (or 0x9CB875) is unknown color: approx Olivine. HEX triplet: 9C, B8 and 75. RGB value is (156,184,117). Sum of RGB (Red+Green+Blue) = 156+184+117=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB875 is #63478A. Grayscale: #A8A8A8. Windows color (decimal): -6506379 or 7714972. OLE color: 7714972.

HSL color Cylindrical-coordinate representation of color #9CB875: hue angle of 85.07º degrees, saturation: 0.32, 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 #9CB875 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB156184117-
CMYK0.1500.360.28
HSL85.07º32.06%59.02%-
HSV(B)85.07º36.41%72.16%-
XYZ34.0642.6323.26-
YUV167.9999.22119.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=34.14%
G=40.26%
B=25.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561841170.1500.360.2885.0732.0659.02
Hex9CB875F0241C55203b
Octal23427016517044341254073
Binary1001110010111000111010111110100100111001010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB875; }

 p { color: rgb(156,184,117); }

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

<style>
 a { background-color: #9CB875; }

 a { background-color: rgb(156,184,117); }

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

<style>
 span { border-color: #9CB875; }

 span { border-color: rgb(156,184,117); }

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