Html Css Color HEX #07760F Green

📋 copy color: '#07760F'

red 7 ◦ green 118 ◦ blue 15

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

Shades of Green #07760F

Tints of Green #07760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 5%
G = 84.29%
B = 10.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#07760F (or 0x07760F) is known color: Green. HEX triplet: 07, 76 and 0F. RGB value is (7,118,15). Sum of RGB (Red+Green+Blue) = 7+118+15=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 118 (46.48% from 255 or 84.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 118 - color contains mainly: green. Hex color #07760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07760F is #F889F0. Grayscale: #494949. Windows color (decimal): -16288241 or 1013255. OLE color: 1013255.

HSL color Cylindrical-coordinate representation of color #07760F: hue angle of 124.32º 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 #07760F is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 15 -
CMYK 0.94 0 0.87 0.54
HSL 124.32º 0.89% 0.25% -
HSV(B) 124.32º 0.94% 0.46% -
XYZ 6.65 13.04 2.62 -
YUV 73.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 7 118 15 0.94 0 0.87 0.54 124.32 0.89 0.25
Hex 7 76 F 5E 0 57 36 7C 59 19
Octal 7 166 17 136 0 127 66 174 131 31
Binary 111 1110110 1111 1011110 0 1010111 110110 1111100 1011001 11001

Color Harmonies of #07760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07760F

Black with #07760F

Text Example


Text Example

White with #07760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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