#068277

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

Shades of Surfie Green #068277

Tints of Surfie Green #068277

Color information

#068277 (or 0x068277) is unknown color: approx Surfie Green. HEX triplet: 06, 82 and 77. RGB value is (6,130,119). Sum of RGB (Red+Green+Blue) = 6+130+119=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #068277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068277 is #F97D88. Grayscale: #5B5B5B. Windows color (decimal): -16350601 or 7832070. OLE color: 7832070.

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

Color convert

RGB6130119-
CMYK0.9500.080.49
HSL174.68º91.18%26.67%-
HSV(B)174.68º95.38%50.98%-
XYZ11.3917.3420.2-
YUV91.67143.4266.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=2.35%
G=50.98%
B=46.67%

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
Decimal61301190.9500.080.49174.6891.1826.67
Hex682775F0831af5b1b
Octal62021671370106125713333
Binary11010000010111011110111110100011000110101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068277; }

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

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

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

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

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

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

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

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