#06827A

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

Shades of Surfie Green #06827A

Tints of Surfie Green #06827A

Color information

#06827A (or 0x06827A) is unknown color: approx Surfie Green. HEX triplet: 06, 82 and 7A. RGB value is (6,130,122). Sum of RGB (Red+Green+Blue) = 6+130+122=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #06827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06827A is #F97D85. Grayscale: #5B5B5B. Windows color (decimal): -16350598 or 8028678. OLE color: 8028678.

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

Color convert

RGB6130122-
CMYK0.9500.060.49
HSL176.13º91.18%26.67%-
HSV(B)176.13º95.38%50.98%-
XYZ11.5717.4121.16-
YUV92.01144.9266.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=2.33%
G=50.39%
B=47.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61301220.9500.060.49176.1391.1826.67
Hex6827A5F0631b05b1b
Octal6202172137066126013333
Binary1101000001011110101011111011011000110110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06827A; }

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

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

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

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

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

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

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

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