Html Css Color HEX #078478 Surfie Green

📋 copy color: '#078478'

red 7 ◦ green 132 ◦ blue 120

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

Shades of Surfie Green #078478

Tints of Surfie Green #078478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 2.7%
G = 50.97%
B = 46.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#078478 (or 0x078478) is known color: Surfie Green. HEX triplet: 07, 84 and 78. RGB value is (7,132,120). Sum of RGB (Red+Green+Blue) = 7+132+120=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #078478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078478 is #F87B87. Grayscale: #5D5D5D. Windows color (decimal): -16284552 or 7898119. OLE color: 7898119.

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

Color convert

RGB 7 132 120 -
CMYK 0.95 0 0.09 0.48
HSL 174.24º 0.9% 0.27% -
HSV(B) 174.24º 0.95% 0.52% -
XYZ 11.73 17.9 20.61 -
YUV 93.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 7 132 120 0.95 0 0.09 0.48 174.24 0.9 0.27
Hex 7 84 78 5F 0 9 30 AE 5A 1B
Octal 7 204 170 137 0 11 60 256 132 33
Binary 111 10000100 1111000 1011111 0 1001 110000 10101110 1011010 11011

Color Harmonies of #078478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078478

Black with #078478

Text Example


Text Example

White with #078478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078478; }

 p { color: rgb(7,132,120); }

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

background-color css

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

 a { background-color: rgb(7,132,120); }

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

border-color css

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

 span { border-color: rgb(7,132,120); }

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