#007075

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

Shades of Surfie Green #007075

Tints of Surfie Green #007075

Color information

#007075 (or 0x007075) is unknown color: approx Surfie Green. HEX triplet: 00, 70 and 75. RGB value is (0,112,117). Sum of RGB (Red+Green+Blue) = 0+112+117=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #007075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007075 is #FF8F8A. Grayscale: #4E4E4E. Windows color (decimal): -16748427 or 7696384. OLE color: 7696384.

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

Color convert

RGB0112117-
CMYK10.0400.54
HSL182.56º100%22.94%-
HSV(B)182.56º100%45.88%-
XYZ9.0112.8718.84-
YUV79.08149.3971.59-

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) = 48.91%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=0%
G=48.91%
B=51.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011211710.0400.54182.5610022.94
Hex07075644036b76417
Octal0160165144406626714427
Binary0111000011101011100100100011011010110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007075; }

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

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

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

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

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

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

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

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