Html Css Color HEX #0B761D Forest Green

📋 copy color: '#0B761D'

red 11 ◦ green 118 ◦ blue 29

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

Shades of Forest Green #0B761D

Tints of Forest Green #0B761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.68%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 6.96%
G = 74.68%
B = 18.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#0B761D (or 0x0B761D) is known color: Forest Green. HEX triplet: 0B, 76 and 1D. RGB value is (11,118,29). Sum of RGB (Red+Green+Blue) = 11+118+29=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #0B761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B761D is #F489E2. Grayscale: #4C4C4C. Windows color (decimal): -16026083 or 1930763. OLE color: 1930763.

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

Color convert

RGB 11 118 29 -
CMYK 0.91 0 0.75 0.54
HSL 130.09º 0.83% 0.25% -
HSV(B) 130.09º 0.91% 0.46% -
XYZ 6.84 13.12 3.33 -
YUV 75.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 11 118 29 0.91 0 0.75 0.54 130.09 0.83 0.25
Hex B 76 1D 5B 0 4B 36 82 53 19
Octal 13 166 35 133 0 113 66 202 123 31
Binary 1011 1110110 11101 1011011 0 1001011 110110 10000010 1010011 11001

Color Harmonies of #0B761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B761D

Black with #0B761D

Text Example


Text Example

White with #0B761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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