Html Css Color HEX #0F1107 Green Waterloo

📋 copy color: '#0F1107'

red 15 ◦ green 17 ◦ blue 7

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

Shades of Green Waterloo #0F1107

Tints of Green Waterloo #0F1107

RGB

 RED value IS 15 (6.25% from 255) = 38.46%

 GREEN value IS 17 (7.03% from 255) = 43.59%

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

R = 38.46%
G = 43.59%
B = 17.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#0F1107 (or 0x0F1107) is known color: Green Waterloo. HEX triplet: 0F, 11 and 07. RGB value is (15,17,7). Sum of RGB (Red+Green+Blue) = 15+17+7=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1107 is #F0EEF8. Grayscale: #0F0F0F. Windows color (decimal): -15789817 or 463119. OLE color: 463119.

HSL color Cylindrical-coordinate representation of color #0F1107: hue angle of 72º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F1107 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 17 7 -
CMYK 0.12 0 0.59 0.93
HSL 72º 0.42% 0.05% -
HSV(B) 72º 0.59% 0.07% -
XYZ 0.44 0.52 0.28 -
YUV 15.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 15 17 7 0.12 0 0.59 0.93 72 0.42 0.05
Hex F 11 7 C 0 3B 5D 48 2A 5
Octal 17 21 7 14 0 73 135 110 52 5
Binary 1111 10001 111 1100 0 111011 1011101 1001000 101010 101

Color Harmonies of #0F1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1107

Black with #0F1107

Text Example


Text Example

White with #0F1107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,7); }

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

background-color css

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

 a { background-color: rgb(15,17,7); }

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

border-color css

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

 span { border-color: rgb(15,17,7); }

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