#0B771D

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

Shades of Forest Green #0B771D

Tints of Forest Green #0B771D

Color information

#0B771D (or 0x0B771D) is unknown color: approx Forest Green. HEX triplet: 0B, 77 and 1D. RGB value is (11,119,29). Sum of RGB (Red+Green+Blue) = 11+119+29=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #0B771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B771D is #F488E2. Grayscale: #4C4C4C. Windows color (decimal): -16025827 or 1931019. OLE color: 1931019.

HSL color Cylindrical-coordinate representation of color #0B771D: hue angle of 130º 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 #0B771D is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1111929-
CMYK0.9100.760.53
HSL130º83.08%25.49%-
HSV(B)130º90.76%46.67%-
XYZ6.9613.353.37-
YUV76.45101.2281.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 119 (46.88% from 255) = 74.84%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=6.92%
G=74.84%
B=18.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11119290.9100.760.5313083.0825.49
HexB771D5B04C35825319
Octal131673513301146520212331
Binary101111101111110110110110100110011010110000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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