Html Css Color HEX #0B771C Forest Green

📋 copy color: '#0B771C'

red 11 ◦ green 119 ◦ blue 28

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

Shades of Forest Green #0B771C

Tints of Forest Green #0B771C

RGB

 RED value IS 11 (4.69% from 255) = 6.96%

 GREEN value IS 119 (46.88% from 255) = 75.32%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 6.96%
G = 75.32%
B = 17.72%

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

#0B771C (or 0x0B771C) is known color: Forest Green. HEX triplet: 0B, 77 and 1C. RGB value is (11,119,28). Sum of RGB (Red+Green+Blue) = 11+119+28=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #0B771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B771C is #F488E3. Grayscale: #4C4C4C. Windows color (decimal): -16025828 or 1865483. OLE color: 1865483.

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

Color convert

RGB 11 119 28 -
CMYK 0.91 0 0.76 0.53
HSL 129.44º 0.83% 0.25% -
HSV(B) 129.44º 0.91% 0.47% -
XYZ 6.94 13.35 3.31 -
YUV 76.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 11 119 28 0.91 0 0.76 0.53 129.44 0.83 0.25
Hex B 77 1C 5B 0 4C 35 81 53 19
Octal 13 167 34 133 0 114 65 201 123 31
Binary 1011 1110111 11100 1011011 0 1001100 110101 10000001 1010011 11001

Color Harmonies of #0B771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B771C

Black with #0B771C

Text Example


Text Example

White with #0B771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B771C;
 }
 .AnyTagClassName
 {
   color: #0B771C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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