Html Css Color HEX #086844 Jewel

📋 copy color: '#086844'

red 8 ◦ green 104 ◦ blue 68

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

Shades of Jewel #086844

Tints of Jewel #086844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.78%

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

R = 4.44%
G = 57.78%
B = 37.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#086844 (or 0x086844) is known color: Jewel. HEX triplet: 08, 68 and 44. RGB value is (8,104,68). Sum of RGB (Red+Green+Blue) = 8+104+68=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #086844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086844 is #F797BB. Grayscale: #474747. Windows color (decimal): -16226236 or 4483080. OLE color: 4483080.

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

Color convert

RGB 8 104 68 -
CMYK 0.92 0 0.35 0.59
HSL 157.5º 0.86% 0.22% -
HSV(B) 157.5º 0.92% 0.41% -
XYZ 6.09 10.37 7.15 -
YUV 71.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 8 104 68 0.92 0 0.35 0.59 157.5 0.86 0.22
Hex 8 68 44 5C 0 23 3B 9E 56 16
Octal 10 150 104 134 0 43 73 236 126 26
Binary 1000 1101000 1000100 1011100 0 100011 111011 10011110 1010110 10110

Color Harmonies of #086844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086844

Black with #086844

Text Example


Text Example

White with #086844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086844; }

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

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

background-color css

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

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

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

border-color css

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

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

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