Html Css Color HEX #077A1E Green

📋 copy color: '#077A1E'

red 7 ◦ green 122 ◦ blue 30

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

Shades of Green #077A1E

Tints of Green #077A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 76.73%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 4.4%
G = 76.73%
B = 18.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#077A1E (or 0x077A1E) is known color: Green. HEX triplet: 07, 7A and 1E. RGB value is (7,122,30). Sum of RGB (Red+Green+Blue) = 7+122+30=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 122 (48.05% from 255 or 76.73% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 122 - color contains mainly: green. Hex color #077A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A1E is #F885E1. Grayscale: #4D4D4D. Windows color (decimal): -16287202 or 1997319. OLE color: 1997319.

HSL color Cylindrical-coordinate representation of color #077A1E: hue angle of 132º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A1E is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 122 30 -
CMYK 0.94 0 0.75 0.52
HSL 132º 0.89% 0.25% -
HSV(B) 132º 0.94% 0.48% -
XYZ 7.28 14.06 3.56 -
YUV 77.13 101.4 77.98 -
System Red Green Blue C M Y K H S L
Decimal 7 122 30 0.94 0 0.75 0.52 132 0.89 0.25
Hex 7 7A 1E 5E 0 4B 34 84 59 19
Octal 7 172 36 136 0 113 64 204 131 31
Binary 111 1111010 11110 1011110 0 1001011 110100 10000100 1011001 11001

Color Harmonies of #077A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A1E

Black with #077A1E

Text Example


Text Example

White with #077A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077A1E; }

 p { color: rgb(7,122,30); }

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

background-color css

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

 a { background-color: rgb(7,122,30); }

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

border-color css

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

 span { border-color: rgb(7,122,30); }

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