#007101

Color #007101 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #007101

Tints of Green #007101

Color information

#007101 (or 0x007101) is unknown color: approx Green. HEX triplet: 00, 71 and 01. RGB value is (0,113,1). Sum of RGB (Red+Green+Blue) = 0+113+1=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 113 (44.53% from 255 or 99.12% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 113 - color contains mainly: green. Hex color #007101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007101 is #FF8EFE. Grayscale: #424242. Windows color (decimal): -16748287 or 94464. OLE color: 94464.

HSL color Cylindrical-coordinate representation of color #007101: hue angle of 120.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007101 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB01131-
CMYK100.990.56
HSL120.53º100%22.16%-
HSV(B)120.53º100%44.31%-
XYZ5.9111.812-
YUV66.4591.0680.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 99.12%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=0%
G=99.12%
B=0.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01131100.990.56120.5310022.16
Hex07116406338796416
Octal0161114401437017114426
Binary0111000111100100011000111110001111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007101; }

 p { color: rgb(0,113,1); }

 H1.HeaderClassName
 {
   color: #007101;
 }
 .AnyTagClassName
 {
   color: #007101;
 }
</style>
background-color css

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

 a { background-color: rgb(0,113,1); }

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

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

 span { border-color: rgb(0,113,1); }

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