Html Css Color HEX #077410 Green

📋 copy color: '#077410'

red 7 ◦ green 116 ◦ blue 16

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

Shades of Green #077410

Tints of Green #077410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 5.04%
G = 83.45%
B = 11.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#077410 (or 0x077410) is known color: Green. HEX triplet: 07, 74 and 10. RGB value is (7,116,16). Sum of RGB (Red+Green+Blue) = 7+116+16=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #077410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077410 is #F88BEF. Grayscale: #484848. Windows color (decimal): -16288752 or 1078279. OLE color: 1078279.

HSL color Cylindrical-coordinate representation of color #077410: hue angle of 124.95º 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 #077410 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 16 -
CMYK 0.94 0 0.86 0.55
HSL 124.95º 0.89% 0.24% -
HSV(B) 124.95º 0.94% 0.45% -
XYZ 6.43 12.57 2.58 -
YUV 72.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 7 116 16 0.94 0 0.86 0.55 124.95 0.89 0.24
Hex 7 74 10 5E 0 56 37 7D 59 18
Octal 7 164 20 136 0 126 67 175 131 30
Binary 111 1110100 10000 1011110 0 1010110 110111 1111101 1011001 11000

Color Harmonies of #077410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077410

Black with #077410

Text Example


Text Example

White with #077410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077410; }

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

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

background-color css

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

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

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

border-color css

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

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

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