Html Css Color HEX #077A1C Green

📋 copy color: '#077A1C'

red 7 ◦ green 122 ◦ blue 28

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

Shades of Green #077A1C

Tints of Green #077A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 4.46%
G = 77.71%
B = 17.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#077A1C (or 0x077A1C) is known color: Green. HEX triplet: 07, 7A and 1C. RGB value is (7,122,28). Sum of RGB (Red+Green+Blue) = 7+122+28=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #077A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A1C is #F885E3. Grayscale: #4D4D4D. Windows color (decimal): -16287204 or 1866247. OLE color: 1866247.

HSL color Cylindrical-coordinate representation of color #077A1C: hue angle of 130.96º 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 #077A1C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 122 28 -
CMYK 0.94 0 0.77 0.52
HSL 130.96º 0.89% 0.25% -
HSV(B) 130.96º 0.94% 0.48% -
XYZ 7.26 14.05 3.43 -
YUV 76.9 100.4 78.14 -
System Red Green Blue C M Y K H S L
Decimal 7 122 28 0.94 0 0.77 0.52 130.96 0.89 0.25
Hex 7 7A 1C 5E 0 4D 34 83 59 19
Octal 7 172 34 136 0 115 64 203 131 31
Binary 111 1111010 11100 1011110 0 1001101 110100 10000011 1011001 11001

Color Harmonies of #077A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A1C

Black with #077A1C

Text Example


Text Example

White with #077A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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