Html Css Color HEX #087C78 Surfie Green

📋 copy color: '#087C78'

red 8 ◦ green 124 ◦ blue 120

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

Shades of Surfie Green #087C78

Tints of Surfie Green #087C78

RGB

 RED value IS 8 (3.52% from 255) = 3.17%

 GREEN value IS 124 (48.83% from 255) = 49.21%

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

R = 3.17%
G = 49.21%
B = 47.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#087C78 (or 0x087C78) is known color: Surfie Green. HEX triplet: 08, 7C and 78. RGB value is (8,124,120). Sum of RGB (Red+Green+Blue) = 8+124+120=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #087C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C78 is #F78387. Grayscale: #585858. Windows color (decimal): -16221064 or 7896072. OLE color: 7896072.

HSL color Cylindrical-coordinate representation of color #087C78: hue angle of 177.93º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C78 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 124 120 -
CMYK 0.94 0 0.03 0.51
HSL 177.93º 0.88% 0.26% -
HSV(B) 177.93º 0.94% 0.49% -
XYZ 10.7 15.82 20.26 -
YUV 88.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 8 124 120 0.94 0 0.03 0.51 177.93 0.88 0.26
Hex 8 7C 78 5E 0 3 33 B2 58 1A
Octal 10 174 170 136 0 3 63 262 130 32
Binary 1000 1111100 1111000 1011110 0 11 110011 10110010 1011000 11010

Color Harmonies of #087C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C78

Black with #087C78

Text Example


Text Example

White with #087C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087C78; }

 p { color: rgb(8,124,120); }

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

background-color css

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

 a { background-color: rgb(8,124,120); }

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

border-color css

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

 span { border-color: rgb(8,124,120); }

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