Html Css Color HEX #007C13 Green

📋 copy color: '#007C13'

red 0 ◦ green 124 ◦ blue 19

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

Shades of Green #007C13

Tints of Green #007C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 0%
G = 86.71%
B = 13.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#007C13 (or 0x007C13) is known color: Green. HEX triplet: 00, 7C and 13. RGB value is (0,124,19). Sum of RGB (Red+Green+Blue) = 0+124+19=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 124 (48.83% from 255 or 86.71% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 124 - color contains mainly: green. Hex color #007C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007C13 is #FF83EC. Grayscale: #4B4B4B. Windows color (decimal): -16745453 or 1276928. OLE color: 1276928.

HSL color Cylindrical-coordinate representation of color #007C13: hue angle of 129.19º 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 #007C13 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 124 19 -
CMYK 1 0 0.85 0.51
HSL 129.19º 1% 0.24% -
HSV(B) 129.19º 1% 0.49% -
XYZ 7.33 14.46 3.02 -
YUV 74.95 96.42 74.54 -
System Red Green Blue C M Y K H S L
Decimal 0 124 19 1 0 0.85 0.51 129.19 1 0.24
Hex 0 7C 13 64 0 55 33 81 64 18
Octal 0 174 23 144 0 125 63 201 144 30
Binary 0 1111100 10011 1100100 0 1010101 110011 10000001 1100100 11000

Color Harmonies of #007C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C13

Black with #007C13

Text Example


Text Example

White with #007C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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