Html Css Color HEX #086740 Jewel

📋 copy color: '#086740'

red 8 ◦ green 103 ◦ blue 64

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

Shades of Jewel #086740

Tints of Jewel #086740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.86%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 4.57%
G = 58.86%
B = 36.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#086740 (or 0x086740) is known color: Jewel. HEX triplet: 08, 67 and 40. RGB value is (8,103,64). Sum of RGB (Red+Green+Blue) = 8+103+64=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #086740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086740 is #F798BF. Grayscale: #464646. Windows color (decimal): -16226496 or 4220680. OLE color: 4220680.

HSL color Cylindrical-coordinate representation of color #086740: hue angle of 155.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086740 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 103 64 -
CMYK 0.92 0 0.38 0.60
HSL 155.37º 0.86% 0.22% -
HSV(B) 155.37º 0.92% 0.4% -
XYZ 5.88 10.12 6.49 -
YUV 70.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 8 103 64 0.92 0 0.38 0.60 155.37 0.86 0.22
Hex 8 67 40 5C 0 26 3C 9B 56 16
Octal 10 147 100 134 0 46 74 233 126 26
Binary 1000 1100111 1000000 1011100 0 100110 111100 10011011 1010110 10110

Color Harmonies of #086740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086740

Black with #086740

Text Example


Text Example

White with #086740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086740; }

 p { color: rgb(8,103,64); }

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

background-color css

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

 a { background-color: rgb(8,103,64); }

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

border-color css

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

 span { border-color: rgb(8,103,64); }

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