#06777A

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

Shades of Surfie Green #06777A

Tints of Surfie Green #06777A

Color information

#06777A (or 0x06777A) is unknown color: approx Surfie Green. HEX triplet: 06, 77 and 7A. RGB value is (6,119,122). Sum of RGB (Red+Green+Blue) = 6+119+122=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #06777A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06777A is #F98885. Grayscale: #555555. Windows color (decimal): -16353414 or 8025862. OLE color: 8025862.

HSL color Cylindrical-coordinate representation of color #06777A: hue angle of 181.55º 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 #06777A is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6119122-
CMYK0.950.0200.52
HSL181.55º90.62%25.1%-
HSV(B)181.55º95.08%47.84%-
XYZ10.1814.6420.7-
YUV85.56148.5671.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=2.43%
G=48.18%
B=49.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61191220.950.0200.52181.5590.6225.1
Hex6777A5F2034b65b19
Octal6167172137206426613331
Binary11011101111111010101111110011010010110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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