#0B797C

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

Shades of Surfie Green #0B797C

Tints of Surfie Green #0B797C

Color information

#0B797C (or 0x0B797C) is unknown color: approx Surfie Green. HEX triplet: 0B, 79 and 7C. RGB value is (11,121,124). Sum of RGB (Red+Green+Blue) = 11+121+124=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B797C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B797C is #F48683. Grayscale: #585858. Windows color (decimal): -16025220 or 8157451. OLE color: 8157451.

HSL color Cylindrical-coordinate representation of color #0B797C: hue angle of 181.59º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B797C is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11121124-
CMYK0.910.0200.51
HSL181.59º83.7%26.47%-
HSV(B)181.59º91.13%48.63%-
XYZ10.6115.221.44-
YUV88.45148.0672.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=4.30%
G=47.27%
B=48.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111211240.910.0200.51181.5983.726.47
HexB797C5B2033b6541a
Octal13171174133206326612432
Binary101111110011111100101101110011001110110110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B797C; }

 p { color: rgb(11,121,124); }

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

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

 a { background-color: rgb(11,121,124); }

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

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

 span { border-color: rgb(11,121,124); }

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