Html Css Color HEX #088578 Surfie Green

📋 copy color: '#088578'

red 8 ◦ green 133 ◦ blue 120

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

Shades of Surfie Green #088578

Tints of Surfie Green #088578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 3.07%
G = 50.96%
B = 45.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#088578 (or 0x088578) is known color: Surfie Green. HEX triplet: 08, 85 and 78. RGB value is (8,133,120). Sum of RGB (Red+Green+Blue) = 8+133+120=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #088578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088578 is #F77A87. Grayscale: #5E5E5E. Windows color (decimal): -16218760 or 7898376. OLE color: 7898376.

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

Color convert

RGB 8 133 120 -
CMYK 0.94 0 0.10 0.48
HSL 173.76º 0.89% 0.28% -
HSV(B) 173.76º 0.94% 0.52% -
XYZ 11.88 18.18 20.65 -
YUV 94.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 8 133 120 0.94 0 0.10 0.48 173.76 0.89 0.28
Hex 8 85 78 5E 0 A 30 AE 59 1C
Octal 10 205 170 136 0 12 60 256 131 34
Binary 1000 10000101 1111000 1011110 0 1010 110000 10101110 1011001 11100

Color Harmonies of #088578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088578

Black with #088578

Text Example


Text Example

White with #088578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088578; }

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

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

background-color css

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

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

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

border-color css

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

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

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