#9CB07A

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

Shades of Olivine #9CB07A

Tints of Olivine #9CB07A

Color information

#9CB07A (or 0x9CB07A) is unknown color: approx Olivine. HEX triplet: 9C, B0 and 7A. RGB value is (156,176,122). Sum of RGB (Red+Green+Blue) = 156+176+122=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB07A is #634F85. Grayscale: #A4A4A4. Windows color (decimal): -6508422 or 8040604. OLE color: 8040604.

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

Color convert

RGB156176122-
CMYK0.1100.310.31
HSL82.22º25.47%58.43%-
HSV(B)82.22º30.68%69.02%-
XYZ32.7539.5224.32-
YUV163.86104.37122.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=34.36%
G=38.77%
B=26.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761220.1100.310.3182.2225.4758.43
Hex9CB07AB01F1F52193a
Octal23426017213037371223172
Binary10011100101100001111010101101111111111101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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