#067475

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

Shades of Surfie Green #067475

Tints of Surfie Green #067475

Color information

#067475 (or 0x067475) is unknown color: approx Surfie Green. HEX triplet: 06, 74 and 75. RGB value is (6,116,117). Sum of RGB (Red+Green+Blue) = 6+116+117=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #067475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067475 is #F98B8A. Grayscale: #535353. Windows color (decimal): -16354187 or 7697414. OLE color: 7697414.

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

Color convert

RGB6116117-
CMYK0.950.0100.54
HSL180.54º90.24%24.12%-
HSV(B)180.54º94.87%45.88%-
XYZ9.5313.8118.99-
YUV83.22147.0672.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=2.51%
G=48.54%
B=48.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61161170.950.0100.54180.5490.2424.12
Hex674755F1036b55a18
Octal6164165137106626513230
Binary1101110100111010110111111011011010110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067475; }

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

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

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

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

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

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

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

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