#007074

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

Shades of Surfie Green #007074

Tints of Surfie Green #007074

Color information

#007074 (or 0x007074) is unknown color: approx Surfie Green. HEX triplet: 00, 70 and 74. RGB value is (0,112,116). Sum of RGB (Red+Green+Blue) = 0+112+116=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #007074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007074 is #FF8F8B. Grayscale: #4E4E4E. Windows color (decimal): -16748428 or 7630848. OLE color: 7630848.

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

Color convert

RGB0112116-
CMYK10.0300.55
HSL182.07º100%22.75%-
HSV(B)182.07º100%45.49%-
XYZ8.9512.8518.53-
YUV78.97148.8971.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=0%
G=49.12%
B=50.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011211610.0300.55182.0710022.75
Hex07074643037b66417
Octal0160164144306726614427
Binary011100001110100110010011011011110110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007074; }

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

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

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

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

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

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

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

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