Html Css Color HEX #0B7E0A Green

📋 copy color: '#0B7E0A'

red 11 ◦ green 126 ◦ blue 10

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

Shades of Green #0B7E0A

Tints of Green #0B7E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 85.71%

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 7.48%
G = 85.71%
B = 6.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#0B7E0A (or 0x0B7E0A) is known color: Green. HEX triplet: 0B, 7E and 0A. RGB value is (11,126,10). Sum of RGB (Red+Green+Blue) = 11+126+10=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 126 (49.61% from 255 or 85.71% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7E0A is #F481F5. Grayscale: #4E4E4E. Windows color (decimal): -16024054 or 687627. OLE color: 687627.

HSL color Cylindrical-coordinate representation of color #0B7E0A: hue angle of 119.48º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7E0A is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 126 10 -
CMYK 0.91 0 0.92 0.51
HSL 119.48º 0.85% 0.27% -
HSV(B) 119.48º 0.92% 0.49% -
XYZ 7.65 15.01 2.78 -
YUV 78.39 89.4 79.93 -
System Red Green Blue C M Y K H S L
Decimal 11 126 10 0.91 0 0.92 0.51 119.48 0.85 0.27
Hex B 7E A 5B 0 5C 33 77 55 1B
Octal 13 176 12 133 0 134 63 167 125 33
Binary 1011 1111110 1010 1011011 0 1011100 110011 1110111 1010101 11011

Color Harmonies of #0B7E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7E0A

Black with #0B7E0A

Text Example


Text Example

White with #0B7E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,126,10); }

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

background-color css

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

 a { background-color: rgb(11,126,10); }

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

border-color css

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

 span { border-color: rgb(11,126,10); }

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