Html Css Color HEX #0B6812 Green

📋 copy color: '#0B6812'

red 11 ◦ green 104 ◦ blue 18

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

Shades of Green #0B6812

Tints of Green #0B6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 78.2%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 8.27%
G = 78.2%
B = 13.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#0B6812 (or 0x0B6812) is known color: Green. HEX triplet: 0B, 68 and 12. RGB value is (11,104,18). Sum of RGB (Red+Green+Blue) = 11+104+18=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6812 is #F497ED. Grayscale: #424242. Windows color (decimal): -16029678 or 1206283. OLE color: 1206283.

HSL color Cylindrical-coordinate representation of color #0B6812: hue angle of 124.52º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6812 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 104 18 -
CMYK 0.89 0 0.83 0.59
HSL 124.52º 0.81% 0.23% -
HSV(B) 124.52º 0.89% 0.41% -
XYZ 5.2 10.02 2.23 -
YUV 66.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 11 104 18 0.89 0 0.83 0.59 124.52 0.81 0.23
Hex B 68 12 59 0 53 3B 7D 51 17
Octal 13 150 22 131 0 123 73 175 121 27
Binary 1011 1101000 10010 1011001 0 1010011 111011 1111101 1010001 10111

Color Harmonies of #0B6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6812

Black with #0B6812

Text Example


Text Example

White with #0B6812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,104,18); }

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

background-color css

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

 a { background-color: rgb(11,104,18); }

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

border-color css

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

 span { border-color: rgb(11,104,18); }

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