#068276

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

Shades of Surfie Green #068276

Tints of Surfie Green #068276

Color information

#068276 (or 0x068276) is unknown color: approx Surfie Green. HEX triplet: 06, 82 and 76. RGB value is (6,130,118). Sum of RGB (Red+Green+Blue) = 6+130+118=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #068276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068276 is #F97D89. Grayscale: #5B5B5B. Windows color (decimal): -16350602 or 7766534. OLE color: 7766534.

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

Color convert

RGB6130118-
CMYK0.9500.090.49
HSL174.19º91.18%26.67%-
HSV(B)174.19º95.38%50.98%-
XYZ11.3317.3119.88-
YUV91.56142.9266.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=2.36%
G=51.18%
B=46.46%

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
Decimal61301180.9500.090.49174.1991.1826.67
Hex682765F0931ae5b1b
Octal62021661370116125613333
Binary11010000010111011010111110100111000110101110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068276; }

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

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

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

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

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

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

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

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