Html Css Color HEX #07770E Green

📋 copy color: '#07770E'

red 7 ◦ green 119 ◦ blue 14

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

Shades of Green #07770E

Tints of Green #07770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 85%

 BLUE value IS 14 (5.86% from 255) = 10%

R = 5%
G = 85%
B = 10%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#07770E (or 0x07770E) is known color: Green. HEX triplet: 07, 77 and 0E. RGB value is (7,119,14). Sum of RGB (Red+Green+Blue) = 7+119+14=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 119 (46.88% from 255 or 85% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 119 - color contains mainly: green. Hex color #07770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770E is #F888F1. Grayscale: #494949. Windows color (decimal): -16287986 or 947975. OLE color: 947975.

HSL color Cylindrical-coordinate representation of color #07770E: hue angle of 123.75º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07770E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 14 -
CMYK 0.94 0 0.88 0.53
HSL 123.75º 0.89% 0.25% -
HSV(B) 123.75º 0.94% 0.47% -
XYZ 6.76 13.27 2.62 -
YUV 73.54 94.39 80.54 -
System Red Green Blue C M Y K H S L
Decimal 7 119 14 0.94 0 0.88 0.53 123.75 0.89 0.25
Hex 7 77 E 5E 0 58 35 7C 59 19
Octal 7 167 16 136 0 130 65 174 131 31
Binary 111 1110111 1110 1011110 0 1011000 110101 1111100 1011001 11001

Color Harmonies of #07770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07770E

Black with #07770E

Text Example


Text Example

White with #07770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07770E; }

 p { color: rgb(7,119,14); }

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

background-color css

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

 a { background-color: rgb(7,119,14); }

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

border-color css

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

 span { border-color: rgb(7,119,14); }

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