#0B747C

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

Shades of Surfie Green #0B747C

Tints of Surfie Green #0B747C

Color information

#0B747C (or 0x0B747C) is unknown color: approx Surfie Green. HEX triplet: 0B, 74 and 7C. RGB value is (11,116,124). Sum of RGB (Red+Green+Blue) = 11+116+124=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B747C is #F48B83. Grayscale: #555555. Windows color (decimal): -16026500 or 8156171. OLE color: 8156171.

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

Color convert

RGB11116124-
CMYK0.910.0600.51
HSL184.25º83.7%26.47%-
HSV(B)184.25º91.13%48.63%-
XYZ10.0214.0221.25-
YUV85.52149.7174.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.38%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=4.38%
G=46.22%
B=49.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111161240.910.0600.51184.2583.726.47
HexB747C5B6033b8541a
Octal13164174133606327012432
Binary1011111010011111001011011110011001110111000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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