#007974

Color #007974 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #007974

Tints of Surfie Green #007974

Color information

#007974 (or 0x007974) is unknown color: approx Surfie Green. HEX triplet: 00, 79 and 74. RGB value is (0,121,116). Sum of RGB (Red+Green+Blue) = 0+121+116=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #007974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007974 is #FF868B. Grayscale: #545454. Windows color (decimal): -16746124 or 7633152. OLE color: 7633152.

HSL color Cylindrical-coordinate representation of color #007974: hue angle of 177.52º 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 #007974 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB0121116-
CMYK100.040.53
HSL177.52º100%23.73%-
HSV(B)177.52º100%47.45%-
XYZ9.9914.9418.88-
YUV84.25145.9167.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=0%
G=51.05%
B=48.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0121116100.040.53177.5210023.73
Hex07974640435b26418
Octal0171164144046526214430
Binary0111100111101001100100010011010110110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007974; }

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

 H1.HeaderClassName
 {
   color: #007974;
 }
 .AnyTagClassName
 {
   color: #007974;
 }
</style>
background-color css

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

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

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

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

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

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