Html Css Color HEX #0B7314 Green

📋 copy color: '#0B7314'

red 11 ◦ green 115 ◦ blue 20

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

Shades of Green #0B7314

Tints of Green #0B7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 78.77%

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 7.53%
G = 78.77%
B = 13.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#0B7314 (or 0x0B7314) is known color: Green. HEX triplet: 0B, 73 and 14. RGB value is (11,115,20). Sum of RGB (Red+Green+Blue) = 11+115+20=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7314 is #F48CEB. Grayscale: #494949. Windows color (decimal): -16026860 or 1340171. OLE color: 1340171.

HSL color Cylindrical-coordinate representation of color #0B7314: hue angle of 125.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7314 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 115 20 -
CMYK 0.90 0 0.83 0.55
HSL 125.19º 0.83% 0.25% -
HSV(B) 125.19º 0.9% 0.45% -
XYZ 6.4 12.38 2.71 -
YUV 73.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 11 115 20 0.90 0 0.83 0.55 125.19 0.83 0.25
Hex B 73 14 5A 0 53 37 7D 53 19
Octal 13 163 24 132 0 123 67 175 123 31
Binary 1011 1110011 10100 1011010 0 1010011 110111 1111101 1010011 11001

Color Harmonies of #0B7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7314

Black with #0B7314

Text Example


Text Example

White with #0B7314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,20); }

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

background-color css

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

 a { background-color: rgb(11,115,20); }

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

border-color css

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

 span { border-color: rgb(11,115,20); }

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