#0B767C

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

Shades of Surfie Green #0B767C

Tints of Surfie Green #0B767C

Color information

#0B767C (or 0x0B767C) is unknown color: approx Surfie Green. HEX triplet: 0B, 76 and 7C. RGB value is (11,118,124). Sum of RGB (Red+Green+Blue) = 11+118+124=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B767C is #F48983. Grayscale: #565656. Windows color (decimal): -16025988 or 8156683. OLE color: 8156683.

HSL color Cylindrical-coordinate representation of color #0B767C: hue angle of 183.19º 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 #0B767C is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11118124-
CMYK0.910.0500.51
HSL183.19º83.7%26.47%-
HSV(B)183.19º91.13%48.63%-
XYZ10.2514.4821.32-
YUV86.69149.0574.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=4.35%
G=46.64%
B=49.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111181240.910.0500.51183.1983.726.47
HexB767C5B5033b7541a
Octal13166174133506326712432
Binary1011111011011111001011011101011001110110111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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