#9DBF6F

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

Shades of Olivine #9DBF6F

Tints of Olivine #9DBF6F

Color information

#9DBF6F (or 0x9DBF6F) is unknown color: approx Olivine. HEX triplet: 9D, BF and 6F. RGB value is (157,191,111). Sum of RGB (Red+Green+Blue) = 157+191+111=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF6F is #624090. Grayscale: #ACACAC. Windows color (decimal): -6439057 or 7323549. OLE color: 7323549.

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

Color convert

RGB157191111-
CMYK0.1800.420.25
HSL85.5º38.46%59.22%-
HSV(B)85.5º41.88%74.9%-
XYZ35.445.5821.97-
YUV171.7193.74117.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=34.20%
G=41.61%
B=24.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911110.1800.420.2585.538.4659.22
Hex9DBF6F1202A1956263b
Octal23527715722052311264673
Binary10011101101111111101111100100101010110011010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,111); }

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

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

 a { background-color: rgb(157,191,111); }

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

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

 span { border-color: rgb(157,191,111); }

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