Html Css Color HEX #0B6647 Jewel

📋 copy color: '#0B6647'

red 11 ◦ green 102 ◦ blue 71

#0B6647
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #0B6647

Tints of Jewel #0B6647

RGB

 RED value IS 11 (4.69% from 255) = 5.98%

 GREEN value IS 102 (40.23% from 255) = 55.43%

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 5.98%
G = 55.43%
B = 38.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#0B6647 (or 0x0B6647) is known color: Jewel. HEX triplet: 0B, 66 and 47. RGB value is (11,102,71). Sum of RGB (Red+Green+Blue) = 11+102+71=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6647 is #F499B8. Grayscale: #474747. Windows color (decimal): -16030137 or 4679179. OLE color: 4679179.

HSL color Cylindrical-coordinate representation of color #0B6647: hue angle of 159.56º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6647 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 11 102 71 -
CMYK 0.89 0 0.30 0.6
HSL 159.56º 0.81% 0.22% -
HSV(B) 159.56º 0.89% 0.4% -
XYZ 6.03 10.03 7.58 -
YUV 71.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 11 102 71 0.89 0 0.30 0.6 159.56 0.81 0.22
Hex B 66 47 59 0 1E 3C A0 51 16
Octal 13 146 107 131 0 36 74 240 121 26
Binary 1011 1100110 1000111 1011001 0 11110 111100 10100000 1010001 10110

Color Harmonies of #0B6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6647

Black with #0B6647

Text Example


Text Example

White with #0B6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,102,71); }

 H1.HeaderClassName
 {
   color: #0B6647;
 }
 .AnyTagClassName
 {
   color: #0B6647;
 }
</style>

background-color css

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

 a { background-color: rgb(11,102,71); }

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

border-color css

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

 span { border-color: rgb(11,102,71); }

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