#067575

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

Shades of Surfie Green #067575

Tints of Surfie Green #067575

Color information

#067575 (or 0x067575) is unknown color: approx Surfie Green. HEX triplet: 06, 75 and 75. RGB value is (6,117,117). Sum of RGB (Red+Green+Blue) = 6+117+117=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #067575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067575 is #F98A8A. Grayscale: #535353. Windows color (decimal): -16353931 or 7697670. OLE color: 7697670.

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

Color convert

RGB6117117-
CMYK0.95000.54
HSL180º90.24%24.12%-
HSV(B)180º94.87%45.88%-
XYZ9.6514.0519.03-
YUV83.81146.7372.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=2.5%
G=48.75%
B=48.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61171170.95000.5418090.2424.12
Hex675755F0036b45a18
Octal6165165137006626413230
Binary1101110101111010110111110011011010110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067575; }

 p { color: rgb(6,117,117); }

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

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

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

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

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

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

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