Html Css Color HEX #0B7249 Jewel

📋 copy color: '#0B7249'

red 11 ◦ green 114 ◦ blue 73

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

Shades of Jewel #0B7249

Tints of Jewel #0B7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.58%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 5.56%
G = 57.58%
B = 36.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#0B7249 (or 0x0B7249) is known color: Jewel. HEX triplet: 0B, 72 and 49. RGB value is (11,114,73). Sum of RGB (Red+Green+Blue) = 11+114+73=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7249 is #F48DB6. Grayscale: #4E4E4E. Windows color (decimal): -16027063 or 4813323. OLE color: 4813323.

HSL color Cylindrical-coordinate representation of color #0B7249: hue angle of 156.12º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7249 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 114 73 -
CMYK 0.90 0 0.36 0.55
HSL 156.12º 0.82% 0.25% -
HSV(B) 156.12º 0.9% 0.45% -
XYZ 7.36 12.59 8.35 -
YUV 78.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 11 114 73 0.90 0 0.36 0.55 156.12 0.82 0.25
Hex B 72 49 5A 0 24 37 9C 52 19
Octal 13 162 111 132 0 44 67 234 122 31
Binary 1011 1110010 1001001 1011010 0 100100 110111 10011100 1010010 11001

Color Harmonies of #0B7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7249

Black with #0B7249

Text Example


Text Example

White with #0B7249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,114,73); }

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

background-color css

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

 a { background-color: rgb(11,114,73); }

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

border-color css

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

 span { border-color: rgb(11,114,73); }

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