Html Css Color HEX #088778 Surfie Green

📋 copy color: '#088778'

red 8 ◦ green 135 ◦ blue 120

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

Shades of Surfie Green #088778

Tints of Surfie Green #088778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

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

R = 3.04%
G = 51.33%
B = 45.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#088778 (or 0x088778) is known color: Surfie Green. HEX triplet: 08, 87 and 78. RGB value is (8,135,120). Sum of RGB (Red+Green+Blue) = 8+135+120=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #088778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088778 is #F77887. Grayscale: #5F5F5F. Windows color (decimal): -16218248 or 7898888. OLE color: 7898888.

HSL color Cylindrical-coordinate representation of color #088778: hue angle of 172.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088778 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 120 -
CMYK 0.94 0 0.11 0.47
HSL 172.91º 0.89% 0.28% -
HSV(B) 172.91º 0.94% 0.53% -
XYZ 12.15 18.74 20.75 -
YUV 95.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 8 135 120 0.94 0 0.11 0.47 172.91 0.89 0.28
Hex 8 87 78 5E 0 B 2F AD 59 1C
Octal 10 207 170 136 0 13 57 255 131 34
Binary 1000 10000111 1111000 1011110 0 1011 101111 10101101 1011001 11100

Color Harmonies of #088778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088778

Black with #088778

Text Example


Text Example

White with #088778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088778; }

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

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

background-color css

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

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

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

border-color css

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

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

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