Html Css Color HEX #087676 Surfie Green

📋 copy color: '#087676'

red 8 ◦ green 118 ◦ blue 118

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

Shades of Surfie Green #087676

Tints of Surfie Green #087676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

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

R = 3.28%
G = 48.36%
B = 48.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#087676 (or 0x087676) is known color: Surfie Green. HEX triplet: 08, 76 and 76. RGB value is (8,118,118). Sum of RGB (Red+Green+Blue) = 8+118+118=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #087676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087676 is #F78989. Grayscale: #555555. Windows color (decimal): -16222602 or 7763464. OLE color: 7763464.

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

Color convert

RGB 8 118 118 -
CMYK 0.93 0 0 0.54
HSL 180º 0.87% 0.25% -
HSV(B) 180º 0.93% 0.46% -
XYZ 9.85 14.32 19.38 -
YUV 85.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 8 118 118 0.93 0 0 0.54 180 0.87 0.25
Hex 8 76 76 5D 0 0 36 B4 57 19
Octal 10 166 166 135 0 0 66 264 127 31
Binary 1000 1110110 1110110 1011101 0 0 110110 10110100 1010111 11001

Color Harmonies of #087676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087676

Black with #087676

Text Example


Text Example

White with #087676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087676; }

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

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

background-color css

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

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

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

border-color css

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

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

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