Html Css Color HEX #078232 Dark Spring Green

📋 copy color: '#078232'

red 7 ◦ green 130 ◦ blue 50

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

Shades of Dark Spring Green #078232

Tints of Dark Spring Green #078232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 69.52%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 3.74%
G = 69.52%
B = 26.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#078232 (or 0x078232) is known color: Dark Spring Green. HEX triplet: 07, 82 and 32. RGB value is (7,130,50). Sum of RGB (Red+Green+Blue) = 7+130+50=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #078232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078232 is #F87DCD. Grayscale: #545454. Windows color (decimal): -16285134 or 3310087. OLE color: 3310087.

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

Color convert

RGB 7 130 50 -
CMYK 0.95 0 0.62 0.49
HSL 140.98º 0.9% 0.27% -
HSV(B) 140.98º 0.95% 0.51% -
XYZ 8.65 16.24 5.7 -
YUV 84.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 7 130 50 0.95 0 0.62 0.49 140.98 0.9 0.27
Hex 7 82 32 5F 0 3E 31 8D 5A 1B
Octal 7 202 62 137 0 76 61 215 132 33
Binary 111 10000010 110010 1011111 0 111110 110001 10001101 1011010 11011

Color Harmonies of #078232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078232

Black with #078232

Text Example


Text Example

White with #078232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078232; }

 p { color: rgb(7,130,50); }

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

background-color css

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

 a { background-color: rgb(7,130,50); }

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

border-color css

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

 span { border-color: rgb(7,130,50); }

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