Html Css Color HEX #016B07 Green

📋 copy color: '#016B07'

red 1 ◦ green 107 ◦ blue 7

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

Shades of Green #016B07

Tints of Green #016B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 93.04%

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

R = 0.87%
G = 93.04%
B = 6.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#016B07 (or 0x016B07) is known color: Green. HEX triplet: 01, 6B and 07. RGB value is (1,107,7). Sum of RGB (Red+Green+Blue) = 1+107+7=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 107 (42.19% from 255 or 93.04% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 107 - color contains mainly: green. Hex color #016B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B07 is #FE94F8. Grayscale: #404040. Windows color (decimal): -16684281 or 486145. OLE color: 486145.

HSL color Cylindrical-coordinate representation of color #016B07: hue angle of 123.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B07 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 7 -
CMYK 0.99 0 0.93 0.58
HSL 123.4º 0.98% 0.21% -
HSV(B) 123.4º 0.99% 0.42% -
XYZ 5.31 10.54 1.96 -
YUV 63.91 95.88 83.13 -
System Red Green Blue C M Y K H S L
Decimal 1 107 7 0.99 0 0.93 0.58 123.4 0.98 0.21
Hex 1 6B 7 63 0 5D 3A 7B 62 15
Octal 1 153 7 143 0 135 72 173 142 25
Binary 1 1101011 111 1100011 0 1011101 111010 1111011 1100010 10101

Color Harmonies of #016B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B07

Black with #016B07

Text Example


Text Example

White with #016B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,7); }

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

background-color css

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

 a { background-color: rgb(1,107,7); }

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

border-color css

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

 span { border-color: rgb(1,107,7); }

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