Html Css Color HEX #086F3A Jewel

📋 copy color: '#086F3A'

red 8 ◦ green 111 ◦ blue 58

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

Shades of Jewel #086F3A

Tints of Jewel #086F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.71%

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

R = 4.52%
G = 62.71%
B = 32.77%

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

#086F3A (or 0x086F3A) is known color: Jewel. HEX triplet: 08, 6F and 3A. RGB value is (8,111,58). Sum of RGB (Red+Green+Blue) = 8+111+58=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #086F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F3A is #F790C5. Grayscale: #4A4A4A. Windows color (decimal): -16224454 or 3829512. OLE color: 3829512.

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

Color convert

RGB 8 111 58 -
CMYK 0.93 0 0.48 0.56
HSL 149.13º 0.87% 0.23% -
HSV(B) 149.13º 0.93% 0.44% -
XYZ 6.55 11.73 5.92 -
YUV 74.16 118.88 80.81 -
System Red Green Blue C M Y K H S L
Decimal 8 111 58 0.93 0 0.48 0.56 149.13 0.87 0.23
Hex 8 6F 3A 5D 0 30 38 95 57 17
Octal 10 157 72 135 0 60 70 225 127 27
Binary 1000 1101111 111010 1011101 0 110000 111000 10010101 1010111 10111

Color Harmonies of #086F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F3A

Black with #086F3A

Text Example


Text Example

White with #086F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086F3A; }

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

 H1.HeaderClassName
 {
   color: #086F3A;
 }
 .AnyTagClassName
 {
   color: #086F3A;
 }
</style>

background-color css

<style>
 a { background-color: #086F3A; }

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

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

border-color css

<style>
 span { border-color: #086F3A; }

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

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