Html Css Color HEX #078530 Dark Spring Green

📋 copy color: '#078530'

red 7 ◦ green 133 ◦ blue 48

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

Shades of Dark Spring Green #078530

Tints of Dark Spring Green #078530

RGB

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

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

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

R = 3.72%
G = 70.74%
B = 25.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#078530 (or 0x078530) is known color: Dark Spring Green. HEX triplet: 07, 85 and 30. RGB value is (7,133,48). Sum of RGB (Red+Green+Blue) = 7+133+48=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #078530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078530 is #F87ACF. Grayscale: #555555. Windows color (decimal): -16284368 or 3179783. OLE color: 3179783.

HSL color Cylindrical-coordinate representation of color #078530: hue angle of 139.52º 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 #078530 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 48 -
CMYK 0.95 0 0.64 0.48
HSL 139.52º 0.9% 0.27% -
HSV(B) 139.52º 0.95% 0.52% -
XYZ 9.01 17.03 5.61 -
YUV 85.64 106.76 71.91 -
System Red Green Blue C M Y K H S L
Decimal 7 133 48 0.95 0 0.64 0.48 139.52 0.9 0.27
Hex 7 85 30 5F 0 40 30 8C 5A 1B
Octal 7 205 60 137 0 100 60 214 132 33
Binary 111 10000101 110000 1011111 0 1000000 110000 10001100 1011010 11011

Color Harmonies of #078530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078530

Black with #078530

Text Example


Text Example

White with #078530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078530; }

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

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

background-color css

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

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

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

border-color css

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

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

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