Html Css Color HEX #078A13 Green

📋 copy color: '#078A13'

red 7 ◦ green 138 ◦ blue 19

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

Shades of Green #078A13

Tints of Green #078A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 84.15%

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

R = 4.27%
G = 84.15%
B = 11.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#078A13 (or 0x078A13) is known color: Green. HEX triplet: 07, 8A and 13. RGB value is (7,138,19). Sum of RGB (Red+Green+Blue) = 7+138+19=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 138 (54.30% from 255 or 84.15% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 138 - color contains mainly: green. Hex color #078A13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078A13 is #F875EC. Grayscale: #555555. Windows color (decimal): -16283117 or 1280519. OLE color: 1280519.

HSL color Cylindrical-coordinate representation of color #078A13: hue angle of 125.5º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A13 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 138 19 -
CMYK 0.95 0 0.86 0.46
HSL 125.5º 0.9% 0.28% -
HSV(B) 125.5º 0.95% 0.54% -
XYZ 9.29 18.27 3.65 -
YUV 85.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 7 138 19 0.95 0 0.86 0.46 125.5 0.9 0.28
Hex 7 8A 13 5F 0 56 2E 7D 5A 1C
Octal 7 212 23 137 0 126 56 175 132 34
Binary 111 10001010 10011 1011111 0 1010110 101110 1111101 1011010 11100

Color Harmonies of #078A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078A13

Black with #078A13

Text Example


Text Example

White with #078A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078A13; }

 p { color: rgb(7,138,19); }

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

background-color css

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

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

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

border-color css

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

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

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