Html Css Color HEX #078575 Surfie Green

📋 copy color: '#078575'

red 7 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #078575

Tints of Surfie Green #078575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 2.72%
G = 51.75%
B = 45.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#078575 (or 0x078575) is known color: Surfie Green. HEX triplet: 07, 85 and 75. RGB value is (7,133,117). Sum of RGB (Red+Green+Blue) = 7+133+117=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #078575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078575 is #F87A8A. Grayscale: #5D5D5D. Windows color (decimal): -16284299 or 7701767. OLE color: 7701767.

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

Color convert

RGB 7 133 117 -
CMYK 0.95 0 0.12 0.48
HSL 172.38º 0.9% 0.27% -
HSV(B) 172.38º 0.95% 0.52% -
XYZ 11.69 18.1 19.71 -
YUV 93.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 7 133 117 0.95 0 0.12 0.48 172.38 0.9 0.27
Hex 7 85 75 5F 0 C 30 AC 5A 1B
Octal 7 205 165 137 0 14 60 254 132 33
Binary 111 10000101 1110101 1011111 0 1100 110000 10101100 1011010 11011

Color Harmonies of #078575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078575

Black with #078575

Text Example


Text Example

White with #078575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078575; }

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

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

background-color css

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

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

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

border-color css

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

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

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