Html Css Color HEX #0B703B Jewel

📋 copy color: '#0B703B'

red 11 ◦ green 112 ◦ blue 59

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

Shades of Jewel #0B703B

Tints of Jewel #0B703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 6.04%
G = 61.54%
B = 32.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#0B703B (or 0x0B703B) is known color: Jewel. HEX triplet: 0B, 70 and 3B. RGB value is (11,112,59). Sum of RGB (Red+Green+Blue) = 11+112+59=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #0B703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B703B is #F48FC4. Grayscale: #4B4B4B. Windows color (decimal): -16027589 or 3895307. OLE color: 3895307.

HSL color Cylindrical-coordinate representation of color #0B703B: hue angle of 148.51º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B703B is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 59 -
CMYK 0.90 0 0.47 0.56
HSL 148.51º 0.82% 0.24% -
HSV(B) 148.51º 0.9% 0.44% -
XYZ 6.72 11.98 6.09 -
YUV 75.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 11 112 59 0.90 0 0.47 0.56 148.51 0.82 0.24
Hex B 70 3B 5A 0 2F 38 95 52 18
Octal 13 160 73 132 0 57 70 225 122 30
Binary 1011 1110000 111011 1011010 0 101111 111000 10010101 1010010 11000

Color Harmonies of #0B703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B703B

Black with #0B703B

Text Example


Text Example

White with #0B703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,59); }

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

background-color css

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

 a { background-color: rgb(11,112,59); }

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

border-color css

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

 span { border-color: rgb(11,112,59); }

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