Html Css Color HEX #077301 Green

📋 copy color: '#077301'

red 7 ◦ green 115 ◦ blue 1

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

Shades of Green #077301

Tints of Green #077301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 93.5%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 5.69%
G = 93.5%
B = 0.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#077301 (or 0x077301) is known color: Green. HEX triplet: 07, 73 and 01. RGB value is (7,115,1). Sum of RGB (Red+Green+Blue) = 7+115+1=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #077301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077301 is #F88CFE. Grayscale: #464646. Windows color (decimal): -16289023 or 94983. OLE color: 94983.

HSL color Cylindrical-coordinate representation of color #077301: hue angle of 116.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #077301 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 1 -
CMYK 0.94 0 0.99 0.55
HSL 116.84º 0.98% 0.23% -
HSV(B) 116.84º 0.99% 0.45% -
XYZ 6.22 12.31 2.08 -
YUV 69.71 89.22 83.27 -
System Red Green Blue C M Y K H S L
Decimal 7 115 1 0.94 0 0.99 0.55 116.84 0.98 0.23
Hex 7 73 1 5E 0 63 37 75 62 17
Octal 7 163 1 136 0 143 67 165 142 27
Binary 111 1110011 1 1011110 0 1100011 110111 1110101 1100010 10111

Color Harmonies of #077301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077301

Black with #077301

Text Example


Text Example

White with #077301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077301; }

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

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

background-color css

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

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

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

border-color css

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

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

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