Html Css Color HEX #078534 Dark Spring Green

📋 copy color: '#078534'

red 7 ◦ green 133 ◦ blue 52

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

Shades of Dark Spring Green #078534

Tints of Dark Spring Green #078534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 3.65%
G = 69.27%
B = 27.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#078534 (or 0x078534) is known color: Dark Spring Green. HEX triplet: 07, 85 and 34. RGB value is (7,133,52). Sum of RGB (Red+Green+Blue) = 7+133+52=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #078534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078534 is #F87ACB. Grayscale: #565656. Windows color (decimal): -16284364 or 3441927. OLE color: 3441927.

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

Color convert

RGB 7 133 52 -
CMYK 0.95 0 0.61 0.48
HSL 141.43º 0.9% 0.27% -
HSV(B) 141.43º 0.95% 0.52% -
XYZ 9.09 17.07 6.06 -
YUV 86.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 7 133 52 0.95 0 0.61 0.48 141.43 0.9 0.27
Hex 7 85 34 5F 0 3D 30 8D 5A 1B
Octal 7 205 64 137 0 75 60 215 132 33
Binary 111 10000101 110100 1011111 0 111101 110000 10001101 1011010 11011

Color Harmonies of #078534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078534

Black with #078534

Text Example


Text Example

White with #078534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078534; }

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

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

background-color css

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

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

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

border-color css

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

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

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