#9DB06F

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

Shades of Olivine #9DB06F

Tints of Olivine #9DB06F

Color information

#9DB06F (or 0x9DB06F) is unknown color: approx Olivine. HEX triplet: 9D, B0 and 6F. RGB value is (157,176,111). Sum of RGB (Red+Green+Blue) = 157+176+111=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB06F is #624F90. Grayscale: #A3A3A3. Windows color (decimal): -6442897 or 7319709. OLE color: 7319709.

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

Color convert

RGB157176111-
CMYK0.1100.370.31
HSL77.54º29.15%56.27%-
HSV(B)77.54º36.93%69.02%-
XYZ32.339.3720.94-
YUV162.9198.71123.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 111 (43.75% from 255) = 25%
R=35.36%
G=39.64%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571761110.1100.370.3177.5429.1556.27
Hex9DB06FB0251F4e1d38
Octal23526015713045371163570
Binary100111011011000011011111011010010111111100111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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