Html Css Color HEX #078512 Green

📋 copy color: '#078512'

red 7 ◦ green 133 ◦ blue 18

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

Shades of Green #078512

Tints of Green #078512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 84.18%

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 4.43%
G = 84.18%
B = 11.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#078512 (or 0x078512) is known color: Green. HEX triplet: 07, 85 and 12. RGB value is (7,133,18). Sum of RGB (Red+Green+Blue) = 7+133+18=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #078512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078512 is #F87AED. Grayscale: #525252. Windows color (decimal): -16284398 or 1213703. OLE color: 1213703.

HSL color Cylindrical-coordinate representation of color #078512: hue angle of 125.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078512 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 18 -
CMYK 0.95 0 0.86 0.48
HSL 125.24º 0.9% 0.27% -
HSV(B) 125.24º 0.95% 0.52% -
XYZ 8.58 16.86 3.37 -
YUV 82.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 7 133 18 0.95 0 0.86 0.48 125.24 0.9 0.27
Hex 7 85 12 5F 0 56 30 7D 5A 1B
Octal 7 205 22 137 0 126 60 175 132 33
Binary 111 10000101 10010 1011111 0 1010110 110000 1111101 1011010 11011

Color Harmonies of #078512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078512

Black with #078512

Text Example


Text Example

White with #078512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078512; }

 p { color: rgb(7,133,18); }

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

background-color css

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

 a { background-color: rgb(7,133,18); }

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

border-color css

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

 span { border-color: rgb(7,133,18); }

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