Html Css Color HEX #078304 Green

📋 copy color: '#078304'

red 7 ◦ green 131 ◦ blue 4

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

Shades of Green #078304

Tints of Green #078304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 92.25%

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 4.93%
G = 92.25%
B = 2.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#078304 (or 0x078304) is known color: Green. HEX triplet: 07, 83 and 04. RGB value is (7,131,4). Sum of RGB (Red+Green+Blue) = 7+131+4=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 131 (51.56% from 255 or 92.25% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 131 - color contains mainly: green. Hex color #078304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078304 is #F87CFB. Grayscale: #4F4F4F. Windows color (decimal): -16284924 or 295687. OLE color: 295687.

HSL color Cylindrical-coordinate representation of color #078304: hue angle of 118.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078304 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 4 -
CMYK 0.95 0 0.97 0.49
HSL 118.58º 0.94% 0.26% -
HSV(B) 118.58º 0.97% 0.51% -
XYZ 8.23 16.29 2.82 -
YUV 79.45 85.42 76.33 -
System Red Green Blue C M Y K H S L
Decimal 7 131 4 0.95 0 0.97 0.49 118.58 0.94 0.26
Hex 7 83 4 5F 0 61 31 77 5E 1A
Octal 7 203 4 137 0 141 61 167 136 32
Binary 111 10000011 100 1011111 0 1100001 110001 1110111 1011110 11010

Color Harmonies of #078304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078304

Black with #078304

Text Example


Text Example

White with #078304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078304; }

 p { color: rgb(7,131,4); }

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

background-color css

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

 a { background-color: rgb(7,131,4); }

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

border-color css

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

 span { border-color: rgb(7,131,4); }

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