Html Css Color HEX #016007 Green

📋 copy color: '#016007'

red 1 ◦ green 96 ◦ blue 7

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

Shades of Green #016007

Tints of Green #016007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 92.31%

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

R = 0.96%
G = 92.31%
B = 6.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#016007 (or 0x016007) is known color: Green. HEX triplet: 01, 60 and 07. RGB value is (1,96,7). Sum of RGB (Red+Green+Blue) = 1+96+7=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 96 (37.89% from 255 or 92.31% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 96 - color contains mainly: green. Hex color #016007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016007 is #FE9FF8. Grayscale: #393939. Windows color (decimal): -16687097 or 483329. OLE color: 483329.

HSL color Cylindrical-coordinate representation of color #016007: hue angle of 123.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016007 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 7 -
CMYK 0.99 0 0.93 0.62
HSL 123.79º 0.98% 0.19% -
HSV(B) 123.79º 0.99% 0.38% -
XYZ 4.23 8.39 1.6 -
YUV 57.45 99.53 87.74 -
System Red Green Blue C M Y K H S L
Decimal 1 96 7 0.99 0 0.93 0.62 123.79 0.98 0.19
Hex 1 60 7 63 0 5D 3E 7C 62 13
Octal 1 140 7 143 0 135 76 174 142 23
Binary 1 1100000 111 1100011 0 1011101 111110 1111100 1100010 10011

Color Harmonies of #016007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016007

Black with #016007

Text Example


Text Example

White with #016007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016007; }

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

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

background-color css

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

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

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

border-color css

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

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

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