Html Css Color HEX #007974 Surfie Green

📋 copy color: '#007974'

red 0 ◦ green 121 ◦ blue 116

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

Shades of Surfie Green #007974

Tints of Surfie Green #007974

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.7% from 255) = 48.95%

R = 0%
G = 51.05%
B = 48.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#007974 (or 0x007974) is known color: 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

RGB 0 121 116 -
CMYK 1 0 0.04 0.53
HSL 177.52º 1% 0.24% -
HSV(B) 177.52º 1% 0.47% -
XYZ 9.99 14.94 18.88 -
YUV 84.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 0 121 116 1 0 0.04 0.53 177.52 1 0.24
Hex 0 79 74 64 0 4 35 B2 64 18
Octal 0 171 164 144 0 4 65 262 144 30
Binary 0 1111001 1110100 1100100 0 100 110101 10110010 1100100 11000

Color Harmonies of #007974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007974

Black with #007974

Text Example


Text Example

White with #007974

Text Example


Text Example

HTML Codes & Css Web 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>