Html Css Color HEX #0B771D Forest Green

📋 copy color: '#0B771D'

red 11 ◦ green 119 ◦ blue 29

#0B771D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0B771D

Tints of Forest Green #0B771D

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 value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#0B771D (or 0x0B771D) is known color: 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

RGB 11 119 29 -
CMYK 0.91 0 0.76 0.53
HSL 130º 0.83% 0.25% -
HSV(B) 130º 0.91% 0.47% -
XYZ 6.96 13.35 3.37 -
YUV 76.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 11 119 29 0.91 0 0.76 0.53 130 0.83 0.25
Hex B 77 1D 5B 0 4C 35 82 53 19
Octal 13 167 35 133 0 114 65 202 123 31
Binary 1011 1110111 11101 1011011 0 1001100 110101 10000010 1010011 11001

Color Harmonies of #0B771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B771D

Black with #0B771D

Text Example


Text Example

White with #0B771D

Text Example


Text Example

HTML Codes & Css Web 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>