Html Css Color HEX #0B6712 Green

📋 copy color: '#0B6712'

red 11 ◦ green 103 ◦ blue 18

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

Shades of Green #0B6712

Tints of Green #0B6712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 78.03%

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

R = 8.33%
G = 78.03%
B = 13.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#0B6712 (or 0x0B6712) is known color: Green. HEX triplet: 0B, 67 and 12. RGB value is (11,103,18). Sum of RGB (Red+Green+Blue) = 11+103+18=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 103 (40.62% from 255 or 78.03% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6712 is #F498ED. Grayscale: #424242. Windows color (decimal): -16029934 or 1206027. OLE color: 1206027.

HSL color Cylindrical-coordinate representation of color #0B6712: hue angle of 124.57º 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 #0B6712 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 103 18 -
CMYK 0.89 0 0.83 0.60
HSL 124.57º 0.81% 0.22% -
HSV(B) 124.57º 0.89% 0.4% -
XYZ 5.1 9.82 2.2 -
YUV 65.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 11 103 18 0.89 0 0.83 0.60 124.57 0.81 0.22
Hex B 67 12 59 0 53 3C 7D 51 16
Octal 13 147 22 131 0 123 74 175 121 26
Binary 1011 1100111 10010 1011001 0 1010011 111100 1111101 1010001 10110

Color Harmonies of #0B6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6712

Black with #0B6712

Text Example


Text Example

White with #0B6712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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