Html Css Color HEX #007C10 Green

📋 copy color: '#007C10'

red 0 ◦ green 124 ◦ blue 16

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

Shades of Green #007C10

Tints of Green #007C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 0%
G = 88.57%
B = 11.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#007C10 (or 0x007C10) is known color: Green. HEX triplet: 00, 7C and 10. RGB value is (0,124,16). Sum of RGB (Red+Green+Blue) = 0+124+16=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 124 (48.83% from 255 or 88.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 124 - color contains mainly: green. Hex color #007C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007C10 is #FF83EF. Grayscale: #4A4A4A. Windows color (decimal): -16745456 or 1080320. OLE color: 1080320.

HSL color Cylindrical-coordinate representation of color #007C10: hue angle of 127.74º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C10 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 124 16 -
CMYK 1 0 0.87 0.51
HSL 127.74º 1% 0.24% -
HSV(B) 127.74º 1% 0.49% -
XYZ 7.3 14.45 2.9 -
YUV 74.61 94.92 74.78 -
System Red Green Blue C M Y K H S L
Decimal 0 124 16 1 0 0.87 0.51 127.74 1 0.24
Hex 0 7C 10 64 0 57 33 80 64 18
Octal 0 174 20 144 0 127 63 200 144 30
Binary 0 1111100 10000 1100100 0 1010111 110011 10000000 1100100 11000

Color Harmonies of #007C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C10

Black with #007C10

Text Example


Text Example

White with #007C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007C10; }

 p { color: rgb(0,124,16); }

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

background-color css

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

 a { background-color: rgb(0,124,16); }

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

border-color css

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

 span { border-color: rgb(0,124,16); }

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