#0B6E4C

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

Shades of Watercourse #0B6E4C

Tints of Watercourse #0B6E4C

Color information

#0B6E4C (or 0x0B6E4C) is unknown color: approx Watercourse. HEX triplet: 0B, 6E and 4C. RGB value is (11,110,76). Sum of RGB (Red+Green+Blue) = 11+110+76=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E4C is #F491B3. Grayscale: #4C4C4C. Windows color (decimal): -16028084 or 5008907. OLE color: 5008907.

HSL color Cylindrical-coordinate representation of color #0B6E4C: hue angle of 159.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E4C is Cyan = 0.9, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1111076-
CMYK0.900.310.57
HSL159.39º81.82%23.73%-
HSV(B)159.39º90%43.14%-
XYZ7.0211.748.73-
YUV76.52127.781.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.58%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=5.58%
G=55.84%
B=38.58%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110760.900.310.57159.3981.8223.73
HexB6E4C5A01F399f5218
Octal131561141320377123712230
Binary101111011101001100101101001111111100110011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,76); }

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

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

 a { background-color: rgb(11,110,76); }

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

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

 span { border-color: rgb(11,110,76); }

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