Html Css Color HEX #078C0F Green

📋 copy color: '#078C0F'

red 7 ◦ green 140 ◦ blue 15

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

Shades of Green #078C0F

Tints of Green #078C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 86.42%

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 4.32%
G = 86.42%
B = 9.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#078C0F (or 0x078C0F) is known color: Green. HEX triplet: 07, 8C and 0F. RGB value is (7,140,15). Sum of RGB (Red+Green+Blue) = 7+140+15=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 140 (55.08% from 255 or 86.42% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 140 - color contains mainly: green. Hex color #078C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078C0F is #F873F0. Grayscale: #565656. Windows color (decimal): -16282609 or 1018887. OLE color: 1018887.

HSL color Cylindrical-coordinate representation of color #078C0F: hue angle of 123.61º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C0F is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 140 15 -
CMYK 0.95 0 0.89 0.45
HSL 123.61º 0.9% 0.29% -
HSV(B) 123.61º 0.95% 0.55% -
XYZ 9.55 18.84 3.58 -
YUV 85.98 87.94 71.66 -
System Red Green Blue C M Y K H S L
Decimal 7 140 15 0.95 0 0.89 0.45 123.61 0.9 0.29
Hex 7 8C F 5F 0 59 2D 7C 5A 1D
Octal 7 214 17 137 0 131 55 174 132 35
Binary 111 10001100 1111 1011111 0 1011001 101101 1111100 1011010 11101

Color Harmonies of #078C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C0F

Black with #078C0F

Text Example


Text Example

White with #078C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,140,15); }

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

background-color css

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

 a { background-color: rgb(7,140,15); }

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

border-color css

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

 span { border-color: rgb(7,140,15); }

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