Html Css Color HEX #077411 Green

📋 copy color: '#077411'

red 7 ◦ green 116 ◦ blue 17

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

Shades of Green #077411

Tints of Green #077411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.86%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 5%
G = 82.86%
B = 12.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#077411 (or 0x077411) is known color: Green. HEX triplet: 07, 74 and 11. RGB value is (7,116,17). Sum of RGB (Red+Green+Blue) = 7+116+17=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 116 (45.70% from 255 or 82.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 116 - color contains mainly: green. Hex color #077411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077411 is #F88BEE. Grayscale: #484848. Windows color (decimal): -16288751 or 1143815. OLE color: 1143815.

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

Color convert

RGB 7 116 17 -
CMYK 0.94 0 0.85 0.55
HSL 125.5º 0.89% 0.24% -
HSV(B) 125.5º 0.94% 0.45% -
XYZ 6.43 12.58 2.62 -
YUV 72.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 7 116 17 0.94 0 0.85 0.55 125.5 0.89 0.24
Hex 7 74 11 5E 0 55 37 7E 59 18
Octal 7 164 21 136 0 125 67 176 131 30
Binary 111 1110100 10001 1011110 0 1010101 110111 1111110 1011001 11000

Color Harmonies of #077411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077411

Black with #077411

Text Example


Text Example

White with #077411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077411; }

 p { color: rgb(7,116,17); }

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

background-color css

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

 a { background-color: rgb(7,116,17); }

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

border-color css

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

 span { border-color: rgb(7,116,17); }

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