#06767A

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

Shades of Surfie Green #06767A

Tints of Surfie Green #06767A

Color information

#06767A (or 0x06767A) is unknown color: approx Surfie Green. HEX triplet: 06, 76 and 7A. RGB value is (6,118,122). Sum of RGB (Red+Green+Blue) = 6+118+122=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #06767A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06767A is #F98985. Grayscale: #545454. Windows color (decimal): -16353670 or 8025606. OLE color: 8025606.

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

Color convert

RGB6118122-
CMYK0.950.0300.52
HSL182.07º90.62%25.1%-
HSV(B)182.07º95.08%47.84%-
XYZ10.0714.420.66-
YUV84.97148.8971.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=2.44%
G=47.97%
B=49.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61181220.950.0300.52182.0790.6225.1
Hex6767A5F3034b65b19
Octal6166172137306426613331
Binary11011101101111010101111111011010010110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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