Html Css Color HEX #087B76 Surfie Green

📋 copy color: '#087B76'

red 8 ◦ green 123 ◦ blue 118

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

Shades of Surfie Green #087B76

Tints of Surfie Green #087B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.4%

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

R = 3.21%
G = 49.4%
B = 47.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#087B76 (or 0x087B76) is known color: Surfie Green. HEX triplet: 08, 7B and 76. RGB value is (8,123,118). Sum of RGB (Red+Green+Blue) = 8+123+118=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #087B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B76 is #F78489. Grayscale: #575757. Windows color (decimal): -16221322 or 7764744. OLE color: 7764744.

HSL color Cylindrical-coordinate representation of color #087B76: hue angle of 177.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B76 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 123 118 -
CMYK 0.93 0 0.04 0.52
HSL 177.39º 0.88% 0.26% -
HSV(B) 177.39º 0.93% 0.48% -
XYZ 10.45 15.53 19.59 -
YUV 88.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 8 123 118 0.93 0 0.04 0.52 177.39 0.88 0.26
Hex 8 7B 76 5D 0 4 34 B1 58 1A
Octal 10 173 166 135 0 4 64 261 130 32
Binary 1000 1111011 1110110 1011101 0 100 110100 10110001 1011000 11010

Color Harmonies of #087B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087B76

Black with #087B76

Text Example


Text Example

White with #087B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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