#068678

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

Shades of Surfie Green #068678

Tints of Surfie Green #068678

Color information

#068678 (or 0x068678) is unknown color: approx Surfie Green. HEX triplet: 06, 86 and 78. RGB value is (6,134,120). Sum of RGB (Red+Green+Blue) = 6+134+120=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #068678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068678 is #F97987. Grayscale: #5E5E5E. Windows color (decimal): -16349576 or 7898630. OLE color: 7898630.

HSL color Cylindrical-coordinate representation of color #068678: hue angle of 173.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068678 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB6134120-
CMYK0.9600.100.47
HSL173.44º91.43%27.45%-
HSV(B)173.44º95.52%52.55%-
XYZ11.9918.4420.7-
YUV94.13142.5965.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=2.31%
G=51.54%
B=46.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341200.9600.100.47173.4491.4327.45
Hex68678600A2Fad5b1b
Octal62061701400125725513333
Binary11010000110111100011000000101010111110101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068678; }

 p { color: rgb(6,134,120); }

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

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

 a { background-color: rgb(6,134,120); }

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

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

 span { border-color: rgb(6,134,120); }

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