Html Css Color HEX #008676 Surfie Green

📋 copy color: '#008676'

red 0 ◦ green 134 ◦ blue 118

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

Shades of Surfie Green #008676

Tints of Surfie Green #008676

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 134 (52.73% from 255) = 53.17%

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

R = 0%
G = 53.17%
B = 46.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#008676 (or 0x008676) is known color: Surfie Green. HEX triplet: 00, 86 and 76. RGB value is (0,134,118). Sum of RGB (Red+Green+Blue) = 0+134+118=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #008676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008676 is #FF7989. Grayscale: #5C5C5C. Windows color (decimal): -16742794 or 7767552. OLE color: 7767552.

HSL color Cylindrical-coordinate representation of color #008676: hue angle of 172.84º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008676 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 134 118 -
CMYK 1 0 0.12 0.47
HSL 172.84º 1% 0.26% -
HSV(B) 172.84º 1% 0.53% -
XYZ 11.8 18.36 20.06 -
YUV 92.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 0 134 118 1 0 0.12 0.47 172.84 1 0.26
Hex 0 86 76 64 0 C 2F AD 64 1A
Octal 0 206 166 144 0 14 57 255 144 32
Binary 0 10000110 1110110 1100100 0 1100 101111 10101101 1100100 11010

Color Harmonies of #008676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008676

Black with #008676

Text Example


Text Example

White with #008676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008676; }

 p { color: rgb(0,134,118); }

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

background-color css

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

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

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

border-color css

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

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

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