Html Css Color HEX #077107 Green

📋 copy color: '#077107'

red 7 ◦ green 113 ◦ blue 7

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

Shades of Green #077107

Tints of Green #077107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 88.98%

 BLUE value IS 7 (3.13% from 255) = 5.51%

R = 5.51%
G = 88.98%
B = 5.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#077107 (or 0x077107) is known color: Green. HEX triplet: 07, 71 and 07. RGB value is (7,113,7). Sum of RGB (Red+Green+Blue) = 7+113+7=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 113 (44.53% from 255 or 88.98% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 113 - color contains mainly: green. Hex color #077107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077107 is #F88EF8. Grayscale: #454545. Windows color (decimal): -16289529 or 487687. OLE color: 487687.

HSL color Cylindrical-coordinate representation of color #077107: hue angle of 120º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077107 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 7 -
CMYK 0.94 0 0.94 0.56
HSL 120º 0.88% 0.24% -
HSV(B) 120º 0.94% 0.44% -
XYZ 6.03 11.87 2.17 -
YUV 69.22 92.88 83.62 -
System Red Green Blue C M Y K H S L
Decimal 7 113 7 0.94 0 0.94 0.56 120 0.88 0.24
Hex 7 71 7 5E 0 5E 38 78 58 18
Octal 7 161 7 136 0 136 70 170 130 30
Binary 111 1110001 111 1011110 0 1011110 111000 1111000 1011000 11000

Color Harmonies of #077107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077107

Black with #077107

Text Example


Text Example

White with #077107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077107; }

 p { color: rgb(7,113,7); }

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

background-color css

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

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

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

border-color css

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

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

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