#9BBF7A

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

Shades of Olivine #9BBF7A

Tints of Olivine #9BBF7A

Color information

#9BBF7A (or 0x9BBF7A) is unknown color: approx Olivine. HEX triplet: 9B, BF and 7A. RGB value is (155,191,122). Sum of RGB (Red+Green+Blue) = 155+191+122=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF7A is #644085. Grayscale: #ACACAC. Windows color (decimal): -6570118 or 8044443. OLE color: 8044443.

HSL color Cylindrical-coordinate representation of color #9BBF7A: hue angle of 91.3º 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 #9BBF7A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB155191122-
CMYK0.1900.360.25
HSL91.3º35.03%61.37%-
HSV(B)91.3º36.13%74.9%-
XYZ35.6645.6425.34-
YUV172.3799.57115.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=33.12%
G=40.81%
B=26.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911220.1900.360.2591.335.0361.37
Hex9BBF7A13024195b233d
Octal23327717223044311334375
Binary10011011101111111111010100110100100110011011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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