#06757A

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

Shades of Surfie Green #06757A

Tints of Surfie Green #06757A

Color information

#06757A (or 0x06757A) is unknown color: approx Surfie Green. HEX triplet: 06, 75 and 7A. RGB value is (6,117,122). Sum of RGB (Red+Green+Blue) = 6+117+122=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #06757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06757A is #F98A85. Grayscale: #545454. Windows color (decimal): -16353926 or 8025350. OLE color: 8025350.

HSL color Cylindrical-coordinate representation of color #06757A: hue angle of 182.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06757A is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6117122-
CMYK0.950.0400.52
HSL182.59º90.62%25.1%-
HSV(B)182.59º95.08%47.84%-
XYZ9.9514.1720.62-
YUV84.38149.2372.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=2.45%
G=47.76%
B=49.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61171220.950.0400.52182.5990.6225.1
Hex6757A5F4034b75b19
Octal6165172137406426713331
Binary110111010111110101011111100011010010110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06757A; }

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

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

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

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

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

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

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

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