#9CB073

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

Shades of Olivine #9CB073

Tints of Olivine #9CB073

Color information

#9CB073 (or 0x9CB073) is unknown color: approx Olivine. HEX triplet: 9C, B0 and 73. RGB value is (156,176,115). Sum of RGB (Red+Green+Blue) = 156+176+115=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB073 is #634F8C. Grayscale: #A3A3A3. Windows color (decimal): -6508429 or 7581852. OLE color: 7581852.

HSL color Cylindrical-coordinate representation of color #9CB073: hue angle of 79.67º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB073 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB156176115-
CMYK0.1100.350.31
HSL79.67º27.85%57.06%-
HSV(B)79.67º34.66%69.02%-
XYZ32.3339.3622.11-
YUV163.07100.87122.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=34.90%
G=39.37%
B=25.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761150.1100.350.3179.6727.8557.06
Hex9CB073B0231F501c39
Octal23426016313043371203471
Binary100111001011000011100111011010001111111101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,115); }

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

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

 a { background-color: rgb(156,176,115); }

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

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

 span { border-color: rgb(156,176,115); }

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