Html Css Color HEX #087076 Surfie Green

📋 copy color: '#087076'

red 8 ◦ green 112 ◦ blue 118

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

Shades of Surfie Green #087076

Tints of Surfie Green #087076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

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

R = 3.36%
G = 47.06%
B = 49.58%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#087076 (or 0x087076) is known color: Surfie Green. HEX triplet: 08, 70 and 76. RGB value is (8,112,118). Sum of RGB (Red+Green+Blue) = 8+112+118=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #087076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087076 is #F78F89. Grayscale: #515151. Windows color (decimal): -16224138 or 7761928. OLE color: 7761928.

HSL color Cylindrical-coordinate representation of color #087076: hue angle of 183.27º 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 #087076 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 112 118 -
CMYK 0.93 0.05 0 0.54
HSL 183.27º 0.87% 0.25% -
HSV(B) 183.27º 0.93% 0.46% -
XYZ 9.16 12.95 19.16 -
YUV 81.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 8 112 118 0.93 0.05 0 0.54 183.27 0.87 0.25
Hex 8 70 76 5D 5 0 36 B7 57 19
Octal 10 160 166 135 5 0 66 267 127 31
Binary 1000 1110000 1110110 1011101 101 0 110110 10110111 1010111 11001

Color Harmonies of #087076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087076

Black with #087076

Text Example


Text Example

White with #087076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087076; }

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

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

background-color css

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

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

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

border-color css

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

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

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