Html Css Color HEX #007576 Surfie Green

📋 copy color: '#007576'

red 0 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #007576

Tints of Surfie Green #007576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

R = 0%
G = 49.79%
B = 50.21%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#007576 (or 0x007576) is known color: Surfie Green. HEX triplet: 00, 75 and 76. RGB value is (0,117,118). Sum of RGB (Red+Green+Blue) = 0+117+118=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #007576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007576 is #FF8A89. Grayscale: #525252. Windows color (decimal): -16747146 or 7763200. OLE color: 7763200.

HSL color Cylindrical-coordinate representation of color #007576: hue angle of 180.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007576 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 118 -
CMYK 1 0.01 0 0.54
HSL 180.51º 1% 0.23% -
HSV(B) 180.51º 1% 0.46% -
XYZ 9.63 14.03 19.34 -
YUV 82.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 0 117 118 1 0.01 0 0.54 180.51 1 0.23
Hex 0 75 76 64 1 0 36 B5 64 17
Octal 0 165 166 144 1 0 66 265 144 27
Binary 0 1110101 1110110 1100100 1 0 110110 10110101 1100100 10111

Color Harmonies of #007576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007576

Black with #007576

Text Example


Text Example

White with #007576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007576; }

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

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

background-color css

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

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

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

border-color css

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

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

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