Html Css Color HEX #077510 Green

📋 copy color: '#077510'

red 7 ◦ green 117 ◦ blue 16

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

Shades of Green #077510

Tints of Green #077510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 83.57%

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

R = 5%
G = 83.57%
B = 11.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#077510 (or 0x077510) is known color: Green. HEX triplet: 07, 75 and 10. RGB value is (7,117,16). Sum of RGB (Red+Green+Blue) = 7+117+16=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #077510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077510 is #F88AEF. Grayscale: #484848. Windows color (decimal): -16288496 or 1078535. OLE color: 1078535.

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

Color convert

RGB 7 117 16 -
CMYK 0.94 0 0.86 0.54
HSL 124.91º 0.89% 0.24% -
HSV(B) 124.91º 0.94% 0.46% -
XYZ 6.54 12.81 2.62 -
YUV 72.6 96.06 81.21 -
System Red Green Blue C M Y K H S L
Decimal 7 117 16 0.94 0 0.86 0.54 124.91 0.89 0.24
Hex 7 75 10 5E 0 56 36 7D 59 18
Octal 7 165 20 136 0 126 66 175 131 30
Binary 111 1110101 10000 1011110 0 1010110 110110 1111101 1011001 11000

Color Harmonies of #077510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077510

Black with #077510

Text Example


Text Example

White with #077510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077510; }

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

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

background-color css

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

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

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

border-color css

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

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

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