Html Css Color HEX #007101 Green

📋 copy color: '#007101'

red 0 ◦ green 113 ◦ blue 1

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

Shades of Green #007101

Tints of Green #007101

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 value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#007101 (or 0x007101) is known color: 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

RGB 0 113 1 -
CMYK 1 0 0.99 0.56
HSL 120.53º 1% 0.22% -
HSV(B) 120.53º 1% 0.44% -
XYZ 5.91 11.81 2 -
YUV 66.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 0 113 1 1 0 0.99 0.56 120.53 1 0.22
Hex 0 71 1 64 0 63 38 79 64 16
Octal 0 161 1 144 0 143 70 171 144 26
Binary 0 1110001 1 1100100 0 1100011 111000 1111001 1100100 10110

Color Harmonies of #007101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007101

Black with #007101

Text Example


Text Example

White with #007101

Text Example


Text Example

HTML Codes & Css Web 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>