Html Css Color HEX #08703F Jewel

📋 copy color: '#08703F'

red 8 ◦ green 112 ◦ blue 63

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

Shades of Jewel #08703F

Tints of Jewel #08703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 4.37%
G = 61.2%
B = 34.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#08703F (or 0x08703F) is known color: Jewel. HEX triplet: 08, 70 and 3F. RGB value is (8,112,63). Sum of RGB (Red+Green+Blue) = 8+112+63=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #08703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703F is #F78FC0. Grayscale: #4B4B4B. Windows color (decimal): -16224193 or 4157448. OLE color: 4157448.

HSL color Cylindrical-coordinate representation of color #08703F: hue angle of 151.73º 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 #08703F is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 63 -
CMYK 0.93 0 0.44 0.56
HSL 151.73º 0.87% 0.24% -
HSV(B) 151.73º 0.93% 0.44% -
XYZ 6.79 12 6.66 -
YUV 75.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 8 112 63 0.93 0 0.44 0.56 151.73 0.87 0.24
Hex 8 70 3F 5D 0 2C 38 98 57 18
Octal 10 160 77 135 0 54 70 230 127 30
Binary 1000 1110000 111111 1011101 0 101100 111000 10011000 1010111 11000

Color Harmonies of #08703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08703F

Black with #08703F

Text Example


Text Example

White with #08703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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