Html Css Color HEX #08713F Jewel

📋 copy color: '#08713F'

red 8 ◦ green 113 ◦ blue 63

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

Shades of Jewel #08713F

Tints of Jewel #08713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.41%

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

R = 4.35%
G = 61.41%
B = 34.24%

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

#08713F (or 0x08713F) is known color: Jewel. HEX triplet: 08, 71 and 3F. RGB value is (8,113,63). Sum of RGB (Red+Green+Blue) = 8+113+63=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #08713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08713F is #F78EC0. Grayscale: #4C4C4C. Windows color (decimal): -16223937 or 4157704. OLE color: 4157704.

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

Color convert

RGB 8 113 63 -
CMYK 0.93 0 0.44 0.56
HSL 151.43º 0.87% 0.24% -
HSV(B) 151.43º 0.93% 0.44% -
XYZ 6.9 12.22 6.7 -
YUV 75.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 8 113 63 0.93 0 0.44 0.56 151.43 0.87 0.24
Hex 8 71 3F 5D 0 2C 38 97 57 18
Octal 10 161 77 135 0 54 70 227 127 30
Binary 1000 1110001 111111 1011101 0 101100 111000 10010111 1010111 11000

Color Harmonies of #08713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08713F

Black with #08713F

Text Example


Text Example

White with #08713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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