Html Css Color HEX #087776 Surfie Green

📋 copy color: '#087776'

red 8 ◦ green 119 ◦ blue 118

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

Shades of Surfie Green #087776

Tints of Surfie Green #087776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 3.27%
G = 48.57%
B = 48.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#087776 (or 0x087776) is known color: Surfie Green. HEX triplet: 08, 77 and 76. RGB value is (8,119,118). Sum of RGB (Red+Green+Blue) = 8+119+118=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #087776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087776 is #F78889. Grayscale: #555555. Windows color (decimal): -16222346 or 7763720. OLE color: 7763720.

HSL color Cylindrical-coordinate representation of color #087776: hue angle of 179.46º degrees, saturation: 0.87, 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 #087776 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 119 118 -
CMYK 0.93 0 0.01 0.53
HSL 179.46º 0.87% 0.25% -
HSV(B) 179.46º 0.93% 0.47% -
XYZ 9.97 14.55 19.42 -
YUV 85.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 8 119 118 0.93 0 0.01 0.53 179.46 0.87 0.25
Hex 8 77 76 5D 0 1 35 B3 57 19
Octal 10 167 166 135 0 1 65 263 127 31
Binary 1000 1110111 1110110 1011101 0 1 110101 10110011 1010111 11001

Color Harmonies of #087776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087776

Black with #087776

Text Example


Text Example

White with #087776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087776; }

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

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

background-color css

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

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

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

border-color css

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

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

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