Html Css Color HEX #0B6612 Green

📋 copy color: '#0B6612'

red 11 ◦ green 102 ◦ blue 18

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

Shades of Green #0B6612

Tints of Green #0B6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 77.86%

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

R = 8.4%
G = 77.86%
B = 13.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#0B6612 (or 0x0B6612) is known color: Green. HEX triplet: 0B, 66 and 12. RGB value is (11,102,18). Sum of RGB (Red+Green+Blue) = 11+102+18=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6612 is #F499ED. Grayscale: #414141. Windows color (decimal): -16030190 or 1205771. OLE color: 1205771.

HSL color Cylindrical-coordinate representation of color #0B6612: hue angle of 124.62º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6612 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 11 102 18 -
CMYK 0.89 0 0.82 0.6
HSL 124.62º 0.81% 0.22% -
HSV(B) 124.62º 0.89% 0.4% -
XYZ 5 9.62 2.17 -
YUV 65.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 11 102 18 0.89 0 0.82 0.6 124.62 0.81 0.22
Hex B 66 12 59 0 52 3C 7D 51 16
Octal 13 146 22 131 0 122 74 175 121 26
Binary 1011 1100110 10010 1011001 0 1010010 111100 1111101 1010001 10110

Color Harmonies of #0B6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6612

Black with #0B6612

Text Example


Text Example

White with #0B6612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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