Html Css Color HEX #08703B Jewel

📋 copy color: '#08703B'

red 8 ◦ green 112 ◦ blue 59

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

Shades of Jewel #08703B

Tints of Jewel #08703B

RGB

 RED value IS 8 (3.52% from 255) = 4.47%

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

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

R = 4.47%
G = 62.57%
B = 32.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#08703B (or 0x08703B) is known color: Jewel. HEX triplet: 08, 70 and 3B. RGB value is (8,112,59). Sum of RGB (Red+Green+Blue) = 8+112+59=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #08703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703B is #F78FC4. Grayscale: #4A4A4A. Windows color (decimal): -16224197 or 3895304. OLE color: 3895304.

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

Color convert

RGB 8 112 59 -
CMYK 0.93 0 0.47 0.56
HSL 149.42º 0.87% 0.24% -
HSV(B) 149.42º 0.93% 0.44% -
XYZ 6.68 11.96 6.09 -
YUV 74.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 8 112 59 0.93 0 0.47 0.56 149.42 0.87 0.24
Hex 8 70 3B 5D 0 2F 38 95 57 18
Octal 10 160 73 135 0 57 70 225 127 30
Binary 1000 1110000 111011 1011101 0 101111 111000 10010101 1010111 11000

Color Harmonies of #08703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08703B

Black with #08703B

Text Example


Text Example

White with #08703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08703B; }

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

 H1.HeaderClassName
 {
   color: #08703B;
 }
 .AnyTagClassName
 {
   color: #08703B;
 }
</style>

background-color css

<style>
 a { background-color: #08703B; }

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

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

border-color css

<style>
 span { border-color: #08703B; }

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

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