Html Css Color HEX #087078 Surfie Green

📋 copy color: '#087078'

red 8 ◦ green 112 ◦ blue 120

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

Shades of Surfie Green #087078

Tints of Surfie Green #087078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

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

R = 3.33%
G = 46.67%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#087078 (or 0x087078) is known color: Surfie Green. HEX triplet: 08, 70 and 78. RGB value is (8,112,120). Sum of RGB (Red+Green+Blue) = 8+112+120=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #087078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087078 is #F78F87. Grayscale: #515151. Windows color (decimal): -16224136 or 7893000. OLE color: 7893000.

HSL color Cylindrical-coordinate representation of color #087078: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087078 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 112 120 -
CMYK 0.93 0.07 0 0.53
HSL 184.29º 0.88% 0.25% -
HSV(B) 184.29º 0.93% 0.47% -
XYZ 9.28 13 19.79 -
YUV 81.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 8 112 120 0.93 0.07 0 0.53 184.29 0.88 0.25
Hex 8 70 78 5D 7 0 35 B8 58 19
Octal 10 160 170 135 7 0 65 270 130 31
Binary 1000 1110000 1111000 1011101 111 0 110101 10111000 1011000 11001

Color Harmonies of #087078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087078

Black with #087078

Text Example


Text Example

White with #087078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087078; }

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

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

background-color css

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

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

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

border-color css

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

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

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