Html Css Color HEX #0B740D Green

📋 copy color: '#0B740D'

red 11 ◦ green 116 ◦ blue 13

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

Shades of Green #0B740D

Tints of Green #0B740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.86%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 7.86%
G = 82.86%
B = 9.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0B740D (or 0x0B740D) is known color: Green. HEX triplet: 0B, 74 and 0D. RGB value is (11,116,13). Sum of RGB (Red+Green+Blue) = 11+116+13=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 116 (45.70% from 255 or 82.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 116 - color contains mainly: green. Hex color #0B740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B740D is #F48BF2. Grayscale: #494949. Windows color (decimal): -16026611 or 881675. OLE color: 881675.

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

Color convert

RGB 11 116 13 -
CMYK 0.91 0 0.89 0.55
HSL 121.14º 0.83% 0.25% -
HSV(B) 121.14º 0.91% 0.45% -
XYZ 6.46 12.59 2.47 -
YUV 72.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 11 116 13 0.91 0 0.89 0.55 121.14 0.83 0.25
Hex B 74 D 5B 0 59 37 79 53 19
Octal 13 164 15 133 0 131 67 171 123 31
Binary 1011 1110100 1101 1011011 0 1011001 110111 1111001 1010011 11001

Color Harmonies of #0B740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B740D

Black with #0B740D

Text Example


Text Example

White with #0B740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,116,13); }

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

background-color css

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

 a { background-color: rgb(11,116,13); }

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

border-color css

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

 span { border-color: rgb(11,116,13); }

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