#99BF7F

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

Shades of Olivine #99BF7F

Tints of Olivine #99BF7F

Color information

#99BF7F (or 0x99BF7F) is unknown color: approx Olivine. HEX triplet: 99, BF and 7F. RGB value is (153,191,127). Sum of RGB (Red+Green+Blue) = 153+191+127=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF7F is #664080. Grayscale: #ACACAC. Windows color (decimal): -6701185 or 8372121. OLE color: 8372121.

HSL color Cylindrical-coordinate representation of color #99BF7F: hue angle of 95.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99BF7F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB153191127-
CMYK0.2000.340.25
HSL95.62º33.33%62.35%-
HSV(B)95.62º33.51%74.9%-
XYZ35.645.5727-
YUV172.34102.41114.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 127 (50% from 255) = 26.96%
R=32.48%
G=40.55%
B=26.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911270.2000.340.2595.6233.3362.35
Hex99BF7F140221960213e
Octal23127717724042311404176
Binary10011001101111111111111101000100010110011100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BF7F; }

 p { color: rgb(153,191,127); }

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

<style>
 a { background-color: #99BF7F; }

 a { background-color: rgb(153,191,127); }

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

<style>
 span { border-color: #99BF7F; }

 span { border-color: rgb(153,191,127); }

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