#0D770B

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

Shades of Green #0D770B

Tints of Green #0D770B

Color information

#0D770B (or 0x0D770B) is unknown color: approx Green. HEX triplet: 0D, 77 and 0B. RGB value is (13,119,11). Sum of RGB (Red+Green+Blue) = 13+119+11=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #0D770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D770B is #F288F4. Grayscale: #4B4B4B. Windows color (decimal): -15894773 or 751373. OLE color: 751373.

HSL color Cylindrical-coordinate representation of color #0D770B: hue angle of 118.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D770B is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1311911-
CMYK0.8900.910.53
HSL118.89º83.08%25.49%-
HSV(B)118.89º90.76%46.67%-
XYZ6.8213.32.52-
YUV74.9991.8883.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 119 (46.88% from 255) = 83.22%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=9.09%
G=83.22%
B=7.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119110.8900.910.53118.8983.0825.49
HexD77B5905B35775319
Octal151671313101336516712331
Binary1101111011110111011001010110111101011110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,11); }

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

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

 a { background-color: rgb(13,119,11); }

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

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

 span { border-color: rgb(13,119,11); }

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