#9CB378

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

Shades of Olivine #9CB378

Tints of Olivine #9CB378

Color information

#9CB378 (or 0x9CB378) is unknown color: approx Olivine. HEX triplet: 9C, B3 and 78. RGB value is (156,179,120). Sum of RGB (Red+Green+Blue) = 156+179+120=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB378 is #634C87. Grayscale: #A5A5A5. Windows color (decimal): -6507656 or 7910300. OLE color: 7910300.

HSL color Cylindrical-coordinate representation of color #9CB378: hue angle of 83.39º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CB378 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB156179120-
CMYK0.1300.330.30
HSL83.39º27.96%58.63%-
HSV(B)83.39º32.96%70.2%-
XYZ33.2240.6623.87-
YUV165.4102.38121.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=34.29%
G=39.34%
B=26.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791200.1300.330.3083.3927.9658.63
Hex9CB378D0211E531c3b
Octal23426317015041361233473
Binary100111001011001111110001101010000111110101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,120); }

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

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

 a { background-color: rgb(156,179,120); }

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

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

 span { border-color: rgb(156,179,120); }

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