Html Css Color HEX #0B7409 Green

📋 copy color: '#0B7409'

red 11 ◦ green 116 ◦ blue 9

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

Shades of Green #0B7409

Tints of Green #0B7409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 8.09%
G = 85.29%
B = 6.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#0B7409 (or 0x0B7409) is known color: Green. HEX triplet: 0B, 74 and 09. RGB value is (11,116,9). Sum of RGB (Red+Green+Blue) = 11+116+9=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7409 is #F48BF6. Grayscale: #484848. Windows color (decimal): -16026615 or 619531. OLE color: 619531.

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

Color convert

RGB 11 116 9 -
CMYK 0.91 0 0.92 0.55
HSL 118.88º 0.86% 0.25% -
HSV(B) 118.88º 0.92% 0.45% -
XYZ 6.43 12.58 2.35 -
YUV 72.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 11 116 9 0.91 0 0.92 0.55 118.88 0.86 0.25
Hex B 74 9 5B 0 5C 37 77 56 19
Octal 13 164 11 133 0 134 67 167 126 31
Binary 1011 1110100 1001 1011011 0 1011100 110111 1110111 1010110 11001

Color Harmonies of #0B7409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7409

Black with #0B7409

Text Example


Text Example

White with #0B7409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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