#095B0C

Color #095B0C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #095B0C

Tints of Green #095B0C

Color information

#095B0C (or 0x095B0C) is unknown color: approx Green. HEX triplet: 09, 5B and 0C. RGB value is (9,91,12). Sum of RGB (Red+Green+Blue) = 9+91+12=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #095B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B0C is #F6A4F3. Grayscale: #393939. Windows color (decimal): -16164084 or 809737. OLE color: 809737.

HSL color Cylindrical-coordinate representation of color #095B0C: hue angle of 122.2º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B0C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB99112-
CMYK0.9000.870.64
HSL122.2º82%19.61%-
HSV(B)122.2º90.11%35.69%-
XYZ3.927.571.6-
YUV57.48102.3393.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 91 (35.94% from 255) = 81.25%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=8.04%
G=81.25%
B=10.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991120.9000.870.64122.28219.61
Hex95BC5A057407a5214
Octal1113314132012710017212224
Binary10011011011110010110100101011110000001111010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B0C; }

 p { color: rgb(9,91,12); }

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

<style>
 a { background-color: #095B0C; }

 a { background-color: rgb(9,91,12); }

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

<style>
 span { border-color: #095B0C; }

 span { border-color: rgb(9,91,12); }

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