Html Css Color HEX #07701A Green

📋 copy color: '#07701A'

red 7 ◦ green 112 ◦ blue 26

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

Shades of Green #07701A

Tints of Green #07701A

RGB

 RED value IS 7 (3.13% from 255) = 4.83%

 GREEN value IS 112 (44.14% from 255) = 77.24%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 4.83%
G = 77.24%
B = 17.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#07701A (or 0x07701A) is known color: Green. HEX triplet: 07, 70 and 1A. RGB value is (7,112,26). Sum of RGB (Red+Green+Blue) = 7+112+26=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #07701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701A is #F88FE5. Grayscale: #474747. Windows color (decimal): -16289766 or 1732615. OLE color: 1732615.

HSL color Cylindrical-coordinate representation of color #07701A: hue angle of 130.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07701A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 26 -
CMYK 0.94 0 0.77 0.56
HSL 130.86º 0.88% 0.23% -
HSV(B) 130.86º 0.94% 0.44% -
XYZ 6.07 11.71 2.92 -
YUV 70.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 7 112 26 0.94 0 0.77 0.56 130.86 0.88 0.23
Hex 7 70 1A 5E 0 4D 38 83 58 17
Octal 7 160 32 136 0 115 70 203 130 27
Binary 111 1110000 11010 1011110 0 1001101 111000 10000011 1011000 10111

Color Harmonies of #07701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07701A

Black with #07701A

Text Example


Text Example

White with #07701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07701A; }

 p { color: rgb(7,112,26); }

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

background-color css

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

 a { background-color: rgb(7,112,26); }

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

border-color css

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

 span { border-color: rgb(7,112,26); }

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