#0B6141

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

Shades of Jewel #0B6141

Tints of Jewel #0B6141

Color information

#0B6141 (or 0x0B6141) is unknown color: approx Jewel. HEX triplet: 0B, 61 and 41. RGB value is (11,97,65). Sum of RGB (Red+Green+Blue) = 11+97+65=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6141 is #F49EBE. Grayscale: #434343. Windows color (decimal): -16031423 or 4284683. OLE color: 4284683.

HSL color Cylindrical-coordinate representation of color #0B6141: hue angle of 157.67º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6141 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB119765-
CMYK0.8900.330.62
HSL157.67º79.63%21.18%-
HSV(B)157.67º88.66%38.04%-
XYZ5.3796.46-
YUV67.64126.5187.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.36%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=6.36%
G=56.07%
B=37.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197650.8900.330.62157.6779.6321.18
HexB6141590213E9e5015
Octal131411011310417623612025
Binary1011110000110000011011001010000111111010011110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,65); }

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

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

 a { background-color: rgb(11,97,65); }

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

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

 span { border-color: rgb(11,97,65); }

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