#006F77

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

Shades of Surfie Green #006F77

Tints of Surfie Green #006F77

Color information

#006F77 (or 0x006F77) is unknown color: approx Surfie Green. HEX triplet: 00, 6F and 77. RGB value is (0,111,119). Sum of RGB (Red+Green+Blue) = 0+111+119=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #006F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F77 is #FF9088. Grayscale: #4E4E4E. Windows color (decimal): -16748681 or 7827200. OLE color: 7827200.

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

Color convert

RGB0111119-
CMYK10.0700.53
HSL184.03º100%23.33%-
HSV(B)184.03º100%46.67%-
XYZ9.0112.719.43-
YUV78.72150.7371.85-

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.26%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=0%
G=48.26%
B=51.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011111910.0700.53184.0310023.33
Hex06F77647035b86417
Octal0157167144706527014427
Binary0110111111101111100100111011010110111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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