Html Css Color HEX #078504 Green

📋 copy color: '#078504'

red 7 ◦ green 133 ◦ blue 4

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

Shades of Green #078504

Tints of Green #078504

RGB

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

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

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

R = 4.86%
G = 92.36%
B = 2.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#078504 (or 0x078504) is known color: Green. HEX triplet: 07, 85 and 04. RGB value is (7,133,4). Sum of RGB (Red+Green+Blue) = 7+133+4=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 133 (52.34% from 255 or 92.36% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 133 - color contains mainly: green. Hex color #078504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078504 is #F87AFB. Grayscale: #515151. Windows color (decimal): -16284412 or 296199. OLE color: 296199.

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

Color convert

RGB 7 133 4 -
CMYK 0.95 0 0.97 0.48
HSL 118.6º 0.94% 0.27% -
HSV(B) 118.6º 0.97% 0.52% -
XYZ 8.5 16.83 2.92 -
YUV 80.62 84.76 75.49 -
System Red Green Blue C M Y K H S L
Decimal 7 133 4 0.95 0 0.97 0.48 118.6 0.94 0.27
Hex 7 85 4 5F 0 61 30 77 5E 1B
Octal 7 205 4 137 0 141 60 167 136 33
Binary 111 10000101 100 1011111 0 1100001 110000 1110111 1011110 11011

Color Harmonies of #078504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078504

Black with #078504

Text Example


Text Example

White with #078504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078504; }

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

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

background-color css

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

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

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

border-color css

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

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

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