Html Css Color HEX #08703A Jewel

📋 copy color: '#08703A'

red 8 ◦ green 112 ◦ blue 58

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

Shades of Jewel #08703A

Tints of Jewel #08703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 4.49%
G = 62.92%
B = 32.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#08703A (or 0x08703A) is known color: Jewel. HEX triplet: 08, 70 and 3A. RGB value is (8,112,58). Sum of RGB (Red+Green+Blue) = 8+112+58=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #08703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703A is #F78FC5. Grayscale: #4A4A4A. Windows color (decimal): -16224198 or 3829768. OLE color: 3829768.

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

Color convert

RGB 8 112 58 -
CMYK 0.93 0 0.48 0.56
HSL 148.85º 0.87% 0.24% -
HSV(B) 148.85º 0.93% 0.44% -
XYZ 6.66 11.95 5.96 -
YUV 74.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 8 112 58 0.93 0 0.48 0.56 148.85 0.87 0.24
Hex 8 70 3A 5D 0 30 38 95 57 18
Octal 10 160 72 135 0 60 70 225 127 30
Binary 1000 1110000 111010 1011101 0 110000 111000 10010101 1010111 11000

Color Harmonies of #08703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08703A

Black with #08703A

Text Example


Text Example

White with #08703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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