Html Css Color HEX #0B701A Green

📋 copy color: '#0B701A'

red 11 ◦ green 112 ◦ blue 26

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

Shades of Green #0B701A

Tints of Green #0B701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.17%

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 7.38%
G = 75.17%
B = 17.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#0B701A (or 0x0B701A) is known color: Green. HEX triplet: 0B, 70 and 1A. RGB value is (11,112,26). Sum of RGB (Red+Green+Blue) = 11+112+26=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #0B701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B701A is #F48FE5. Grayscale: #484848. Windows color (decimal): -16027622 or 1732619. OLE color: 1732619.

HSL color Cylindrical-coordinate representation of color #0B701A: hue angle of 128.91º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B701A is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 26 -
CMYK 0.90 0 0.77 0.56
HSL 128.91º 0.82% 0.24% -
HSV(B) 128.91º 0.9% 0.44% -
XYZ 6.12 11.73 2.92 -
YUV 72 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 11 112 26 0.90 0 0.77 0.56 128.91 0.82 0.24
Hex B 70 1A 5A 0 4D 38 81 52 18
Octal 13 160 32 132 0 115 70 201 122 30
Binary 1011 1110000 11010 1011010 0 1001101 111000 10000001 1010010 11000

Color Harmonies of #0B701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B701A

Black with #0B701A

Text Example


Text Example

White with #0B701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,26); }

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

background-color css

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

 a { background-color: rgb(11,112,26); }

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

border-color css

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

 span { border-color: rgb(11,112,26); }

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