Html Css Color HEX #07760A Green

📋 copy color: '#07760A'

red 7 ◦ green 118 ◦ blue 10

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

Shades of Green #07760A

Tints of Green #07760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 87.41%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 5.19%
G = 87.41%
B = 7.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#07760A (or 0x07760A) is known color: Green. HEX triplet: 07, 76 and 0A. RGB value is (7,118,10). Sum of RGB (Red+Green+Blue) = 7+118+10=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #07760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07760A is #F889F5. Grayscale: #484848. Windows color (decimal): -16288246 or 685575. OLE color: 685575.

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

Color convert

RGB 7 118 10 -
CMYK 0.94 0 0.92 0.54
HSL 121.62º 0.89% 0.25% -
HSV(B) 121.62º 0.94% 0.46% -
XYZ 6.62 13.02 2.45 -
YUV 72.5 92.73 81.28 -
System Red Green Blue C M Y K H S L
Decimal 7 118 10 0.94 0 0.92 0.54 121.62 0.89 0.25
Hex 7 76 A 5E 0 5C 36 7A 59 19
Octal 7 166 12 136 0 134 66 172 131 31
Binary 111 1110110 1010 1011110 0 1011100 110110 1111010 1011001 11001

Color Harmonies of #07760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07760A

Black with #07760A

Text Example


Text Example

White with #07760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07760A; }

 p { color: rgb(7,118,10); }

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

background-color css

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

 a { background-color: rgb(7,118,10); }

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

border-color css

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

 span { border-color: rgb(7,118,10); }

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