#0D6B01

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

Shades of Green #0D6B01

Tints of Green #0D6B01

Color information

#0D6B01 (or 0x0D6B01) is unknown color: approx Green. HEX triplet: 0D, 6B and 01. RGB value is (13,107,1). Sum of RGB (Red+Green+Blue) = 13+107+1=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 107 (42.19% from 255 or 88.43% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6B01 is #F294FE. Grayscale: #434343. Windows color (decimal): -15897855 or 92941. OLE color: 92941.

HSL color Cylindrical-coordinate representation of color #0D6B01: hue angle of 113.21º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D6B01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB131071-
CMYK0.8800.990.58
HSL113.21º98.15%21.18%-
HSV(B)113.21º99.07%41.96%-
XYZ5.4310.61.79-
YUV66.8190.8689.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 107 (42.19% from 255) = 88.43%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=10.74%
G=88.43%
B=0.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1310710.8800.990.58113.2198.1521.18
HexD6B1580633A716215
Octal15153113001437216114225
Binary1101110101111011000011000111110101110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,107,1); }

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

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

 a { background-color: rgb(13,107,1); }

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

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

 span { border-color: rgb(13,107,1); }

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