#06707B

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

Shades of Surfie Green #06707B

Tints of Surfie Green #06707B

Color information

#06707B (or 0x06707B) is unknown color: approx Surfie Green. HEX triplet: 06, 70 and 7B. RGB value is (6,112,123). Sum of RGB (Red+Green+Blue) = 6+112+123=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #06707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707B is #F98F84. Grayscale: #515151. Windows color (decimal): -16355205 or 8089606. OLE color: 8089606.

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

Color convert

RGB6112123-
CMYK0.950.0900.52
HSL185.64º90.7%25.29%-
HSV(B)185.64º95.12%48.24%-
XYZ9.4413.0620.76-
YUV81.56151.3874.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=2.49%
G=46.47%
B=51.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61121230.950.0900.52185.6490.725.29
Hex6707B5F9034ba5b19
Octal61601731371106427213331
Binary1101110000111101110111111001011010010111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06707B; }

 p { color: rgb(6,112,123); }

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

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

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

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

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

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

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