Html Css Color HEX #0E1006 Green Waterloo

📋 copy color: '#0E1006'

red 14 ◦ green 16 ◦ blue 6

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

Shades of Green Waterloo #0E1006

Tints of Green Waterloo #0E1006

RGB

 RED value IS 14 (5.86% from 255) = 38.89%

 GREEN value IS 16 (6.64% from 255) = 44.44%

 BLUE value IS 6 (2.73% from 255) = 16.67%

R = 38.89%
G = 44.44%
B = 16.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#0E1006 (or 0x0E1006) is known color: Green Waterloo. HEX triplet: 0E, 10 and 06. RGB value is (14,16,6). Sum of RGB (Red+Green+Blue) = 14+16+6=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #0E1006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1006 is #F1EFF9. Grayscale: #0E0E0E. Windows color (decimal): -15855610 or 397326. OLE color: 397326.

HSL color Cylindrical-coordinate representation of color #0E1006: hue angle of 72º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1006 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 14 16 6 -
CMYK 0.13 0 0.62 0.94
HSL 72º 0.45% 0.04% -
HSV(B) 72º 0.63% 0.06% -
XYZ 0.4 0.48 0.24 -
YUV 14.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 14 16 6 0.13 0 0.62 0.94 72 0.45 0.04
Hex E 10 6 D 0 3E 5E 48 2D 4
Octal 16 20 6 15 0 76 136 110 55 4
Binary 1110 10000 110 1101 0 111110 1011110 1001000 101101 100

Color Harmonies of #0E1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1006

Black with #0E1006

Text Example


Text Example

White with #0E1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,6); }

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

background-color css

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

 a { background-color: rgb(14,16,6); }

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

border-color css

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

 span { border-color: rgb(14,16,6); }

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