Html Css Color HEX #016F3A Jewel

📋 copy color: '#016F3A'

red 1 ◦ green 111 ◦ blue 58

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

Shades of Jewel #016F3A

Tints of Jewel #016F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 0.59%
G = 65.29%
B = 34.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#016F3A (or 0x016F3A) is known color: Jewel. HEX triplet: 01, 6F and 3A. RGB value is (1,111,58). Sum of RGB (Red+Green+Blue) = 1+111+58=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #016F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F3A is #FE90C5. Grayscale: #484848. Windows color (decimal): -16683206 or 3829505. OLE color: 3829505.

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

Color convert

RGB 1 111 58 -
CMYK 0.99 0 0.48 0.56
HSL 151.09º 0.98% 0.22% -
HSV(B) 151.09º 0.99% 0.44% -
XYZ 6.46 11.68 5.92 -
YUV 72.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 1 111 58 0.99 0 0.48 0.56 151.09 0.98 0.22
Hex 1 6F 3A 63 0 30 38 97 62 16
Octal 1 157 72 143 0 60 70 227 142 26
Binary 1 1101111 111010 1100011 0 110000 111000 10010111 1100010 10110

Color Harmonies of #016F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F3A

Black with #016F3A

Text Example


Text Example

White with #016F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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