#9FBF69

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

Shades of Olivine #9FBF69

Tints of Olivine #9FBF69

Color information

#9FBF69 (or 0x9FBF69) is unknown color: approx Olivine. HEX triplet: 9F, BF and 69. RGB value is (159,191,105). Sum of RGB (Red+Green+Blue) = 159+191+105=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF69 is #604096. Grayscale: #ABABAB. Windows color (decimal): -6307991 or 6930335. OLE color: 6930335.

HSL color Cylindrical-coordinate representation of color #9FBF69: hue angle of 82.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FBF69 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB159191105-
CMYK0.1700.450.25
HSL82.33º40.19%58.04%-
HSV(B)82.33º45.03%74.9%-
XYZ35.4845.6520.31-
YUV171.6390.4118.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=34.95%
G=41.98%
B=23.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911050.1700.450.2582.3340.1958.04
Hex9FBF691102D1952283a
Octal23727715121055311225072
Binary10011111101111111101001100010101101110011010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,105); }

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

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

 a { background-color: rgb(159,191,105); }

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

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

 span { border-color: rgb(159,191,105); }

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