Html Css Color HEX #057C07 Green

📋 copy color: '#057C07'

red 5 ◦ green 124 ◦ blue 7

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

Shades of Green #057C07

Tints of Green #057C07

RGB

 RED value IS 5 (2.34% from 255) = 3.68%

 GREEN value IS 124 (48.83% from 255) = 91.18%

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

R = 3.68%
G = 91.18%
B = 5.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#057C07 (or 0x057C07) is known color: Green. HEX triplet: 05, 7C and 07. RGB value is (5,124,7). Sum of RGB (Red+Green+Blue) = 5+124+7=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 124 (48.83% from 255 or 91.18% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 124 - color contains mainly: green. Hex color #057C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C07 is #FA83F8. Grayscale: #4B4B4B. Windows color (decimal): -16417785 or 490501. OLE color: 490501.

HSL color Cylindrical-coordinate representation of color #057C07: hue angle of 121.01º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C07 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 7 -
CMYK 0.96 0 0.94 0.51
HSL 121.01º 0.92% 0.25% -
HSV(B) 121.01º 0.96% 0.49% -
XYZ 7.31 14.46 2.61 -
YUV 75.08 89.58 78.01 -
System Red Green Blue C M Y K H S L
Decimal 5 124 7 0.96 0 0.94 0.51 121.01 0.92 0.25
Hex 5 7C 7 60 0 5E 33 79 5C 19
Octal 5 174 7 140 0 136 63 171 134 31
Binary 101 1111100 111 1100000 0 1011110 110011 1111001 1011100 11001

Color Harmonies of #057C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C07

Black with #057C07

Text Example


Text Example

White with #057C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C07; }

 p { color: rgb(5,124,7); }

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

background-color css

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

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

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

border-color css

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

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

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