Html Css Color HEX #087576 Surfie Green

📋 copy color: '#087576'

red 8 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #087576

Tints of Surfie Green #087576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 3.29%
G = 48.15%
B = 48.56%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#087576 (or 0x087576) is known color: Surfie Green. HEX triplet: 08, 75 and 76. RGB value is (8,117,118). Sum of RGB (Red+Green+Blue) = 8+117+118=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #087576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087576 is #F78A89. Grayscale: #545454. Windows color (decimal): -16222858 or 7763208. OLE color: 7763208.

HSL color Cylindrical-coordinate representation of color #087576: hue angle of 180.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087576 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 118 -
CMYK 0.93 0.01 0 0.54
HSL 180.55º 0.87% 0.25% -
HSV(B) 180.55º 0.93% 0.46% -
XYZ 9.73 14.08 19.34 -
YUV 84.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 8 117 118 0.93 0.01 0 0.54 180.55 0.87 0.25
Hex 8 75 76 5D 1 0 36 B5 57 19
Octal 10 165 166 135 1 0 66 265 127 31
Binary 1000 1110101 1110110 1011101 1 0 110110 10110101 1010111 11001

Color Harmonies of #087576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087576

Black with #087576

Text Example


Text Example

White with #087576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087576; }

 p { color: rgb(8,117,118); }

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

background-color css

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

 a { background-color: rgb(8,117,118); }

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

border-color css

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

 span { border-color: rgb(8,117,118); }

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