Html Css Color HEX #0E1007 Green Waterloo

📋 copy color: '#0E1007'

red 14 ◦ green 16 ◦ blue 7

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

Shades of Green Waterloo #0E1007

Tints of Green Waterloo #0E1007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 18.92%

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.94

RGB Variations

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

Color information

#0E1007 (or 0x0E1007) is known color: Green Waterloo. HEX triplet: 0E, 10 and 07. RGB value is (14,16,7). Sum of RGB (Red+Green+Blue) = 14+16+7=37 (4% of max value = 765). Red value is 14 (5.86% from 255 or 37.84% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #0E1007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1007 is #F1EFF8. Grayscale: #0E0E0E. Windows color (decimal): -15855609 or 462862. OLE color: 462862.

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

Color convert

RGB 14 16 7 -
CMYK 0.13 0 0.56 0.94
HSL 73.33º 0.39% 0.05% -
HSV(B) 73.33º 0.56% 0.06% -
XYZ 0.4 0.48 0.27 -
YUV 14.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 14 16 7 0.13 0 0.56 0.94 73.33 0.39 0.05
Hex E 10 7 D 0 38 5E 49 27 5
Octal 16 20 7 15 0 70 136 111 47 5
Binary 1110 10000 111 1101 0 111000 1011110 1001001 100111 101

Color Harmonies of #0E1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1007

Black with #0E1007

Text Example


Text Example

White with #0E1007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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