#088077

Color #088077 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #088077

Tints of Surfie Green #088077

Color information

#088077 (or 0x088077) is unknown color: approx Surfie Green. HEX triplet: 08, 80 and 77. RGB value is (8,128,119). Sum of RGB (Red+Green+Blue) = 8+128+119=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #088077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088077 is #F77F88. Grayscale: #5B5B5B. Windows color (decimal): -16220041 or 7831560. OLE color: 7831560.

HSL color Cylindrical-coordinate representation of color #088077: hue angle of 175.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088077 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB8128119-
CMYK0.9400.070.50
HSL175.5º88.24%26.67%-
HSV(B)175.5º93.75%50.2%-
XYZ11.1516.8220.11-
YUV91.09143.7468.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.14%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=3.14%
G=50.20%
B=46.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81281190.9400.070.50175.588.2426.67
Hex880775E0732b0581b
Octal10200167136076226013033
Binary10001000000011101111011110011111001010110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088077; }

 p { color: rgb(8,128,119); }

 H1.HeaderClassName
 {
   color: #088077;
 }
 .AnyTagClassName
 {
   color: #088077;
 }
</style>
background-color css

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

 a { background-color: rgb(8,128,119); }

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

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

 span { border-color: rgb(8,128,119); }

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