Html Css Color HEX #077A1F Forest Green

📋 copy color: '#077A1F'

red 7 ◦ green 122 ◦ blue 31

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

Shades of Forest Green #077A1F

Tints of Forest Green #077A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 4.38%
G = 76.25%
B = 19.38%

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

#077A1F (or 0x077A1F) is known color: Forest Green. HEX triplet: 07, 7A and 1F. RGB value is (7,122,31). Sum of RGB (Red+Green+Blue) = 7+122+31=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 122 (48.05% from 255 or 76.25% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 122 - color contains mainly: green. Hex color #077A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A1F is #F885E0. Grayscale: #4D4D4D. Windows color (decimal): -16287201 or 2062855. OLE color: 2062855.

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

Color convert

RGB 7 122 31 -
CMYK 0.94 0 0.75 0.52
HSL 132.52º 0.89% 0.25% -
HSV(B) 132.52º 0.94% 0.48% -
XYZ 7.29 14.06 3.63 -
YUV 77.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 7 122 31 0.94 0 0.75 0.52 132.52 0.89 0.25
Hex 7 7A 1F 5E 0 4B 34 85 59 19
Octal 7 172 37 136 0 113 64 205 131 31
Binary 111 1111010 11111 1011110 0 1001011 110100 10000101 1011001 11001

Color Harmonies of #077A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A1F

Black with #077A1F

Text Example


Text Example

White with #077A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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