#0B6D02

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

Shades of Green #0B6D02

Tints of Green #0B6D02

Color information

#0B6D02 (or 0x0B6D02) is unknown color: approx Green. HEX triplet: 0B, 6D and 02. RGB value is (11,109,2). Sum of RGB (Red+Green+Blue) = 11+109+2=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 109 (42.97% from 255 or 89.34% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6D02 is #F492FD. Grayscale: #434343. Windows color (decimal): -16028414 or 158987. OLE color: 158987.

HSL color Cylindrical-coordinate representation of color #0B6D02: hue angle of 114.95º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B6D02 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB111092-
CMYK0.9000.980.57
HSL114.95º96.4%21.76%-
HSV(B)114.95º98.17%42.75%-
XYZ5.6211.011.89-
YUV67.591.0387.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 109 (42.97% from 255) = 89.34%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=9.02%
G=89.34%
B=1.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110920.9000.980.57114.9596.421.76
HexB6D25A06239736016
Octal13155213201427116314026
Binary10111101101101011010011000101110011110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6D02; }

 p { color: rgb(11,109,2); }

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

<style>
 a { background-color: #0B6D02; }

 a { background-color: rgb(11,109,2); }

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

<style>
 span { border-color: #0B6D02; }

 span { border-color: rgb(11,109,2); }

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