#006F75

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

Shades of Surfie Green #006F75

Tints of Surfie Green #006F75

Color information

#006F75 (or 0x006F75) is unknown color: approx Surfie Green. HEX triplet: 00, 6F and 75. RGB value is (0,111,117). Sum of RGB (Red+Green+Blue) = 0+111+117=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #006F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F75 is #FF908A. Grayscale: #4E4E4E. Windows color (decimal): -16748683 or 7696128. OLE color: 7696128.

HSL color Cylindrical-coordinate representation of color #006F75: hue angle of 183.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F75 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0111117-
CMYK10.0500.54
HSL183.08º100%22.94%-
HSV(B)183.08º100%45.88%-
XYZ8.912.6518.8-
YUV78.5149.7372.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=0%
G=48.68%
B=51.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011111710.0500.54183.0810022.94
Hex06F75645036b76417
Octal0157165144506626714427
Binary0110111111101011100100101011011010110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F75; }

 p { color: rgb(0,111,117); }

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

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

 a { background-color: rgb(0,111,117); }

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

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

 span { border-color: rgb(0,111,117); }

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