Html Css Color HEX #016F3D Jewel

📋 copy color: '#016F3D'

red 1 ◦ green 111 ◦ blue 61

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

Shades of Jewel #016F3D

Tints of Jewel #016F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 0.58%
G = 64.16%
B = 35.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#016F3D (or 0x016F3D) is known color: Jewel. HEX triplet: 01, 6F and 3D. RGB value is (1,111,61). Sum of RGB (Red+Green+Blue) = 1+111+61=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #016F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F3D is #FE90C2. Grayscale: #484848. Windows color (decimal): -16683203 or 4026113. OLE color: 4026113.

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

Color convert

RGB 1 111 61 -
CMYK 0.99 0 0.45 0.56
HSL 152.73º 0.98% 0.22% -
HSV(B) 152.73º 0.99% 0.44% -
XYZ 6.54 11.71 6.33 -
YUV 72.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 1 111 61 0.99 0 0.45 0.56 152.73 0.98 0.22
Hex 1 6F 3D 63 0 2D 38 99 62 16
Octal 1 157 75 143 0 55 70 231 142 26
Binary 1 1101111 111101 1100011 0 101101 111000 10011001 1100010 10110

Color Harmonies of #016F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F3D

Black with #016F3D

Text Example


Text Example

White with #016F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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