Html Css Color HEX #0B7404 Green

📋 copy color: '#0B7404'

red 11 ◦ green 116 ◦ blue 4

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

Shades of Green #0B7404

Tints of Green #0B7404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 8.4%
G = 88.55%
B = 3.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#0B7404 (or 0x0B7404) is known color: Green. HEX triplet: 0B, 74 and 04. RGB value is (11,116,4). Sum of RGB (Red+Green+Blue) = 11+116+4=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 116 (45.70% from 255 or 88.55% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7404 is #F48BFB. Grayscale: #484848. Windows color (decimal): -16026620 or 291851. OLE color: 291851.

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

Color convert

RGB 11 116 4 -
CMYK 0.91 0 0.97 0.55
HSL 116.25º 0.93% 0.24% -
HSV(B) 116.25º 0.97% 0.45% -
XYZ 6.41 12.57 2.2 -
YUV 71.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 11 116 4 0.91 0 0.97 0.55 116.25 0.93 0.24
Hex B 74 4 5B 0 61 37 74 5D 18
Octal 13 164 4 133 0 141 67 164 135 30
Binary 1011 1110100 100 1011011 0 1100001 110111 1110100 1011101 11000

Color Harmonies of #0B7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7404

Black with #0B7404

Text Example


Text Example

White with #0B7404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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