#0B6140

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

Shades of Jewel #0B6140

Tints of Jewel #0B6140

Color information

#0B6140 (or 0x0B6140) is unknown color: approx Jewel. HEX triplet: 0B, 61 and 40. RGB value is (11,97,64). Sum of RGB (Red+Green+Blue) = 11+97+64=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6140 is #F49EBF. Grayscale: #434343. Windows color (decimal): -16031424 or 4219147. OLE color: 4219147.

HSL color Cylindrical-coordinate representation of color #0B6140: hue angle of 156.98º 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 #0B6140 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB119764-
CMYK0.8900.340.62
HSL156.98º79.63%21.18%-
HSV(B)156.98º88.66%38.04%-
XYZ5.348.996.3-
YUV67.52126.0187.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=6.40%
G=56.40%
B=37.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197640.8900.340.62156.9879.6321.18
HexB6140590223E9d5015
Octal131411001310427623512025
Binary1011110000110000001011001010001011111010011101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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