#068176

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

Shades of Surfie Green #068176

Tints of Surfie Green #068176

Color information

#068176 (or 0x068176) is unknown color: approx Surfie Green. HEX triplet: 06, 81 and 76. RGB value is (6,129,118). Sum of RGB (Red+Green+Blue) = 6+129+118=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #068176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068176 is #F97E89. Grayscale: #5A5A5A. Windows color (decimal): -16350858 or 7766278. OLE color: 7766278.

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

Color convert

RGB6129118-
CMYK0.9500.090.49
HSL174.63º91.11%26.47%-
HSV(B)174.63º95.35%50.59%-
XYZ11.217.0519.84-
YUV90.97143.2567.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.37%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=2.37%
G=50.99%
B=46.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61291180.9500.090.49174.6391.1126.47
Hex681765F0931af5b1a
Octal62011661370116125713332
Binary11010000001111011010111110100111000110101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068176; }

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

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

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

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

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

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

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

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