Html Css Color HEX #086144 Jewel

📋 copy color: '#086144'

red 8 ◦ green 97 ◦ blue 68

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

Shades of Jewel #086144

Tints of Jewel #086144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 4.62%
G = 56.07%
B = 39.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#086144 (or 0x086144) is known color: Jewel. HEX triplet: 08, 61 and 44. RGB value is (8,97,68). Sum of RGB (Red+Green+Blue) = 8+97+68=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #086144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086144 is #F79EBB. Grayscale: #434343. Windows color (decimal): -16228028 or 4481288. OLE color: 4481288.

HSL color Cylindrical-coordinate representation of color #086144: hue angle of 160.45º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086144 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 68 -
CMYK 0.92 0 0.30 0.62
HSL 160.45º 0.85% 0.21% -
HSV(B) 160.45º 0.92% 0.38% -
XYZ 5.42 9.02 6.92 -
YUV 67.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 8 97 68 0.92 0 0.30 0.62 160.45 0.85 0.21
Hex 8 61 44 5C 0 1E 3E A0 55 15
Octal 10 141 104 134 0 36 76 240 125 25
Binary 1000 1100001 1000100 1011100 0 11110 111110 10100000 1010101 10101

Color Harmonies of #086144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086144

Black with #086144

Text Example


Text Example

White with #086144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086144; }

 p { color: rgb(8,97,68); }

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

background-color css

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

 a { background-color: rgb(8,97,68); }

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

border-color css

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

 span { border-color: rgb(8,97,68); }

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