Html Css Color HEX #016F39 Jewel

📋 copy color: '#016F39'

red 1 ◦ green 111 ◦ blue 57

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

Shades of Jewel #016F39

Tints of Jewel #016F39

RGB

 RED value IS 1 (0.78% from 255) = 0.59%

 GREEN value IS 111 (43.75% from 255) = 65.68%

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 0.59%
G = 65.68%
B = 33.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#016F39 (or 0x016F39) is known color: Jewel. HEX triplet: 01, 6F and 39. RGB value is (1,111,57). Sum of RGB (Red+Green+Blue) = 1+111+57=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #016F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F39 is #FE90C6. Grayscale: #484848. Windows color (decimal): -16683207 or 3763969. OLE color: 3763969.

HSL color Cylindrical-coordinate representation of color #016F39: hue angle of 150.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F39 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 57 -
CMYK 0.99 0 0.49 0.56
HSL 150.55º 0.98% 0.22% -
HSV(B) 150.55º 0.99% 0.44% -
XYZ 6.44 11.67 5.78 -
YUV 71.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 1 111 57 0.99 0 0.49 0.56 150.55 0.98 0.22
Hex 1 6F 39 63 0 31 38 97 62 16
Octal 1 157 71 143 0 61 70 227 142 26
Binary 1 1101111 111001 1100011 0 110001 111000 10010111 1100010 10110

Color Harmonies of #016F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F39

Black with #016F39

Text Example


Text Example

White with #016F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F39; }

 p { color: rgb(1,111,57); }

 H1.HeaderClassName
 {
   color: #016F39;
 }
 .AnyTagClassName
 {
   color: #016F39;
 }
</style>

background-color css

<style>
 a { background-color: #016F39; }

 a { background-color: rgb(1,111,57); }

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

border-color css

<style>
 span { border-color: #016F39; }

 span { border-color: rgb(1,111,57); }

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