#094B02

Color #094B02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #094B02

Tints of Myrtle #094B02

Color information

#094B02 (or 0x094B02) is unknown color: approx Myrtle. HEX triplet: 09, 4B and 02. RGB value is (9,75,2). Sum of RGB (Red+Green+Blue) = 9+75+2=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 75 (29.69% from 255 or 87.21% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 75 - color contains mainly: green. Hex color #094B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B02 is #F6B4FD. Grayscale: #2F2F2F. Windows color (decimal): -16168190 or 150281. OLE color: 150281.

HSL color Cylindrical-coordinate representation of color #094B02: hue angle of 114.25º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #094B02 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB9752-
CMYK0.8800.970.71
HSL114.25º94.81%15.1%-
HSV(B)114.25º97.33%29.41%-
XYZ2.645.090.9-
YUV46.94102.63100.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 75 (29.69% from 255) = 87.21%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=10.47%
G=87.21%
B=2.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal97520.8800.970.71114.2594.8115.1
Hex94B25806147725ff
Octal111132130014110716213717
Binary10011001011101011000011000011000111111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B02; }

 p { color: rgb(9,75,2); }

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

<style>
 a { background-color: #094B02; }

 a { background-color: rgb(9,75,2); }

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

<style>
 span { border-color: #094B02; }

 span { border-color: rgb(9,75,2); }

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