Html Css Color HEX #016F37 Jewel

📋 copy color: '#016F37'

red 1 ◦ green 111 ◦ blue 55

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

Shades of Jewel #016F37

Tints of Jewel #016F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 0.6%
G = 66.47%
B = 32.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#016F37 (or 0x016F37) is known color: Jewel. HEX triplet: 01, 6F and 37. RGB value is (1,111,55). Sum of RGB (Red+Green+Blue) = 1+111+55=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #016F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F37 is #FE90C8. Grayscale: #474747. Windows color (decimal): -16683209 or 3632897. OLE color: 3632897.

HSL color Cylindrical-coordinate representation of color #016F37: hue angle of 149.45º 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 #016F37 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 55 -
CMYK 0.99 0 0.50 0.56
HSL 149.45º 0.98% 0.22% -
HSV(B) 149.45º 0.99% 0.44% -
XYZ 6.39 11.65 5.53 -
YUV 71.73 118.56 77.55 -
System Red Green Blue C M Y K H S L
Decimal 1 111 55 0.99 0 0.50 0.56 149.45 0.98 0.22
Hex 1 6F 37 63 0 32 38 95 62 16
Octal 1 157 67 143 0 62 70 225 142 26
Binary 1 1101111 110111 1100011 0 110010 111000 10010101 1100010 10110

Color Harmonies of #016F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F37

Black with #016F37

Text Example


Text Example

White with #016F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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