#9BCA70

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

Shades of Olivine #9BCA70

Tints of Olivine #9BCA70

Color information

#9BCA70 (or 0x9BCA70) is unknown color: approx Olivine. HEX triplet: 9B, CA and 70. RGB value is (155,202,112). Sum of RGB (Red+Green+Blue) = 155+202+112=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA70 is #64358F. Grayscale: #B2B2B2. Windows color (decimal): -6567312 or 7391899. OLE color: 7391899.

HSL color Cylindrical-coordinate representation of color #9BCA70: hue angle of 91.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BCA70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB155202112-
CMYK0.2300.450.21
HSL91.33º45.92%61.57%-
HSV(B)91.33º44.55%79.22%-
XYZ37.5650.3823.07-
YUV177.6990.93111.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=33.05%
G=43.07%
B=23.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021120.2300.450.2191.3345.9261.57
Hex9BCA701702D155b2e3e
Octal23331216027055251335676
Binary10011011110010101110000101110101101101011011011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,112); }

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

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

 a { background-color: rgb(155,202,112); }

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

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

 span { border-color: rgb(155,202,112); }

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