#9CBF7A

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

Shades of Olivine #9CBF7A

Tints of Olivine #9CBF7A

Color information

#9CBF7A (or 0x9CBF7A) is unknown color: approx Olivine. HEX triplet: 9C, BF and 7A. RGB value is (156,191,122). Sum of RGB (Red+Green+Blue) = 156+191+122=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF7A is #634085. Grayscale: #ACACAC. Windows color (decimal): -6504582 or 8044444. OLE color: 8044444.

HSL color Cylindrical-coordinate representation of color #9CBF7A: hue angle of 90.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CBF7A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB156191122-
CMYK0.1800.360.25
HSL90.43º35.03%61.37%-
HSV(B)90.43º36.13%74.9%-
XYZ35.8545.7325.35-
YUV172.6799.4116.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=33.26%
G=40.72%
B=26.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911220.1800.360.2590.4335.0361.37
Hex9CBF7A12024195a233d
Octal23427717222044311324375
Binary10011100101111111111010100100100100110011011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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