Html Css Color HEX #007978 Surfie Green

📋 copy color: '#007978'

red 0 ◦ green 121 ◦ blue 120

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

Shades of Surfie Green #007978

Tints of Surfie Green #007978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#007978 (or 0x007978) is known color: Surfie Green. HEX triplet: 00, 79 and 78. RGB value is (0,121,120). Sum of RGB (Red+Green+Blue) = 0+121+120=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #007978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007978 is #FF8687. Grayscale: #545454. Windows color (decimal): -16746120 or 7895296. OLE color: 7895296.

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

Color convert

RGB 0 121 120 -
CMYK 1 0 0.01 0.53
HSL 179.5º 1% 0.24% -
HSV(B) 179.5º 1% 0.47% -
XYZ 10.23 15.03 20.13 -
YUV 84.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 0 121 120 1 0 0.01 0.53 179.5 1 0.24
Hex 0 79 78 64 0 1 35 B4 64 18
Octal 0 171 170 144 0 1 65 264 144 30
Binary 0 1111001 1111000 1100100 0 1 110101 10110100 1100100 11000

Color Harmonies of #007978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007978

Black with #007978

Text Example


Text Example

White with #007978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007978; }

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

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

background-color css

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

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

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

border-color css

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

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

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