Html Css Color HEX #007976 Surfie Green

📋 copy color: '#007976'

red 0 ◦ green 121 ◦ blue 118

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

Shades of Surfie Green #007976

Tints of Surfie Green #007976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

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

R = 0%
G = 50.63%
B = 49.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#007976 (or 0x007976) is known color: Surfie Green. HEX triplet: 00, 79 and 76. RGB value is (0,121,118). Sum of RGB (Red+Green+Blue) = 0+121+118=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #007976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007976 is #FF8689. Grayscale: #545454. Windows color (decimal): -16746122 or 7764224. OLE color: 7764224.

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

Color convert

RGB 0 121 118 -
CMYK 1 0 0.02 0.53
HSL 178.51º 1% 0.24% -
HSV(B) 178.51º 1% 0.47% -
XYZ 10.11 14.98 19.5 -
YUV 84.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 0 121 118 1 0 0.02 0.53 178.51 1 0.24
Hex 0 79 76 64 0 2 35 B3 64 18
Octal 0 171 166 144 0 2 65 263 144 30
Binary 0 1111001 1110110 1100100 0 10 110101 10110011 1100100 11000

Color Harmonies of #007976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007976

Black with #007976

Text Example


Text Example

White with #007976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007976; }

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

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

background-color css

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

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

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

border-color css

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

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

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