#0B767B

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

Shades of Surfie Green #0B767B

Tints of Surfie Green #0B767B

Color information

#0B767B (or 0x0B767B) is unknown color: approx Surfie Green. HEX triplet: 0B, 76 and 7B. RGB value is (11,118,123). Sum of RGB (Red+Green+Blue) = 11+118+123=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B767B is #F48984. Grayscale: #565656. Windows color (decimal): -16025989 or 8091147. OLE color: 8091147.

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

Color convert

RGB11118123-
CMYK0.910.0400.52
HSL182.68º83.58%26.27%-
HSV(B)182.68º91.06%48.24%-
XYZ10.1914.4620.99-
YUV86.58148.5574.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=4.37%
G=46.83%
B=48.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111181230.910.0400.52182.6883.5826.27
HexB767B5B4034b7541a
Octal13166173133406426712432
Binary1011111011011110111011011100011010010110111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,123); }

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

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

 a { background-color: rgb(11,118,123); }

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

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

 span { border-color: rgb(11,118,123); }

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