#068278

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

Shades of Surfie Green #068278

Tints of Surfie Green #068278

Color information

#068278 (or 0x068278) is unknown color: approx Surfie Green. HEX triplet: 06, 82 and 78. RGB value is (6,130,120). Sum of RGB (Red+Green+Blue) = 6+130+120=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #068278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068278 is #F97D87. Grayscale: #5B5B5B. Windows color (decimal): -16350600 or 7897606. OLE color: 7897606.

HSL color Cylindrical-coordinate representation of color #068278: hue angle of 175.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068278 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB6130120-
CMYK0.9500.080.49
HSL175.16º91.18%26.67%-
HSV(B)175.16º95.38%50.98%-
XYZ11.4517.3620.52-
YUV91.78143.9266.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=2.34%
G=50.78%
B=46.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61301200.9500.080.49175.1691.1826.67
Hex682785F0831af5b1b
Octal62021701370106125713333
Binary11010000010111100010111110100011000110101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068278; }

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

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

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

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

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

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

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

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