Html Css Color HEX #077100 Green

📋 copy color: '#077100'

red 7 ◦ green 113 ◦ blue 0

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

Shades of Green #077100

Tints of Green #077100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.83%
G = 94.17%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#077100 (or 0x077100) is known color: Green. HEX triplet: 07, 71 and 00. RGB value is (7,113,0). Sum of RGB (Red+Green+Blue) = 7+113+0=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 113 (44.53% from 255 or 94.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 113 - color contains mainly: green. Hex color #077100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077100 is #F88EFF. Grayscale: #444444. Windows color (decimal): -16289536 or 28935. OLE color: 28935.

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

Color convert

RGB 7 113 0 -
CMYK 0.94 0 1 0.56
HSL 116.28º 1% 0.22% -
HSV(B) 116.28º 1% 0.44% -
XYZ 5.99 11.86 1.97 -
YUV 68.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 7 113 0 0.94 0 1 0.56 116.28 1 0.22
Hex 7 71 0 5E 0 64 38 74 64 16
Octal 7 161 0 136 0 144 70 164 144 26
Binary 111 1110001 0 1011110 0 1100100 111000 1110100 1100100 10110

Color Harmonies of #077100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077100

Black with #077100

Text Example


Text Example

White with #077100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077100; }

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

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

background-color css

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

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

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

border-color css

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

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

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