#006F7B

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

Shades of Surfie Green #006F7B

Tints of Surfie Green #006F7B

Color information

#006F7B (or 0x006F7B) is unknown color: approx Surfie Green. HEX triplet: 00, 6F and 7B. RGB value is (0,111,123). Sum of RGB (Red+Green+Blue) = 0+111+123=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #006F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F7B is #FF9084. Grayscale: #4F4F4F. Windows color (decimal): -16748677 or 8089344. OLE color: 8089344.

HSL color Cylindrical-coordinate representation of color #006F7B: hue angle of 185.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F7B is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB0111123-
CMYK10.1000.52
HSL185.85º100%24.12%-
HSV(B)185.85º100%48.24%-
XYZ9.2612.820.72-
YUV79.18152.7371.52-

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) = 47.44%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=0%
G=47.44%
B=52.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal011112310.1000.52185.8510024.12
Hex06F7B64A034ba6418
Octal01571731441206427214430
Binary01101111111101111001001010011010010111010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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