Html Css Color HEX #078130 Dark Spring Green

📋 copy color: '#078130'

red 7 ◦ green 129 ◦ blue 48

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

Shades of Dark Spring Green #078130

Tints of Dark Spring Green #078130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.11%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 3.8%
G = 70.11%
B = 26.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#078130 (or 0x078130) is known color: Dark Spring Green. HEX triplet: 07, 81 and 30. RGB value is (7,129,48). Sum of RGB (Red+Green+Blue) = 7+129+48=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #078130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078130 is #F87ECF. Grayscale: #535353. Windows color (decimal): -16285392 or 3178759. OLE color: 3178759.

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

Color convert

RGB 7 129 48 -
CMYK 0.95 0 0.63 0.49
HSL 140.16º 0.9% 0.27% -
HSV(B) 140.16º 0.95% 0.51% -
XYZ 8.47 15.96 5.43 -
YUV 83.29 108.08 73.59 -
System Red Green Blue C M Y K H S L
Decimal 7 129 48 0.95 0 0.63 0.49 140.16 0.9 0.27
Hex 7 81 30 5F 0 3F 31 8C 5A 1B
Octal 7 201 60 137 0 77 61 214 132 33
Binary 111 10000001 110000 1011111 0 111111 110001 10001100 1011010 11011

Color Harmonies of #078130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078130

Black with #078130

Text Example


Text Example

White with #078130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078130; }

 p { color: rgb(7,129,48); }

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

background-color css

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

 a { background-color: rgb(7,129,48); }

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

border-color css

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

 span { border-color: rgb(7,129,48); }

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