Html Css Color HEX #0B760E Green

📋 copy color: '#0B760E'

red 11 ◦ green 118 ◦ blue 14

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

Shades of Green #0B760E

Tints of Green #0B760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 82.52%

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 7.69%
G = 82.52%
B = 9.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#0B760E (or 0x0B760E) is known color: Green. HEX triplet: 0B, 76 and 0E. RGB value is (11,118,14). Sum of RGB (Red+Green+Blue) = 11+118+14=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #0B760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B760E is #F489F1. Grayscale: #4A4A4A. Windows color (decimal): -16026098 or 947723. OLE color: 947723.

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

Color convert

RGB 11 118 14 -
CMYK 0.91 0 0.88 0.54
HSL 121.68º 0.83% 0.25% -
HSV(B) 121.68º 0.91% 0.46% -
XYZ 6.7 13.06 2.58 -
YUV 74.15 94.05 82.96 -
System Red Green Blue C M Y K H S L
Decimal 11 118 14 0.91 0 0.88 0.54 121.68 0.83 0.25
Hex B 76 E 5B 0 58 36 7A 53 19
Octal 13 166 16 133 0 130 66 172 123 31
Binary 1011 1110110 1110 1011011 0 1011000 110110 1111010 1010011 11001

Color Harmonies of #0B760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B760E

Black with #0B760E

Text Example


Text Example

White with #0B760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,118,14); }

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

background-color css

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

 a { background-color: rgb(11,118,14); }

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

border-color css

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

 span { border-color: rgb(11,118,14); }

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