Html Css Color HEX #0B6146 Jewel

📋 copy color: '#0B6146'

red 11 ◦ green 97 ◦ blue 70

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

Shades of Jewel #0B6146

Tints of Jewel #0B6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.49%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 6.18%
G = 54.49%
B = 39.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#0B6146 (or 0x0B6146) is known color: Jewel. HEX triplet: 0B, 61 and 46. RGB value is (11,97,70). Sum of RGB (Red+Green+Blue) = 11+97+70=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6146 is #F49EB9. Grayscale: #444444. Windows color (decimal): -16031418 or 4612363. OLE color: 4612363.

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

Color convert

RGB 11 97 70 -
CMYK 0.89 0 0.28 0.62
HSL 161.16º 0.8% 0.21% -
HSV(B) 161.16º 0.89% 0.38% -
XYZ 5.52 9.06 7.25 -
YUV 68.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 11 97 70 0.89 0 0.28 0.62 161.16 0.8 0.21
Hex B 61 46 59 0 1C 3E A1 50 15
Octal 13 141 106 131 0 34 76 241 120 25
Binary 1011 1100001 1000110 1011001 0 11100 111110 10100001 1010000 10101

Color Harmonies of #0B6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6146

Black with #0B6146

Text Example


Text Example

White with #0B6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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