#9BAF6D

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

Shades of Olivine #9BAF6D

Tints of Olivine #9BAF6D

Color information

#9BAF6D (or 0x9BAF6D) is unknown color: approx Olivine. HEX triplet: 9B, AF and 6D. RGB value is (155,175,109). Sum of RGB (Red+Green+Blue) = 155+175+109=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF6D is #645092. Grayscale: #A1A1A1. Windows color (decimal): -6574227 or 7188379. OLE color: 7188379.

HSL color Cylindrical-coordinate representation of color #9BAF6D: hue angle of 78.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BAF6D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB155175109-
CMYK0.1100.380.31
HSL78.18º29.2%55.69%-
HSV(B)78.18º37.71%68.63%-
XYZ31.6138.7320.28-
YUV161.598.37123.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=35.31%
G=39.86%
B=24.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751090.1100.380.3178.1829.255.69
Hex9BAF6DB0261F4e1d38
Octal23325715513046371163570
Binary100110111010111111011011011010011011111100111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,109); }

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

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

 a { background-color: rgb(155,175,109); }

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

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

 span { border-color: rgb(155,175,109); }

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