Html Css Color HEX #086244 Jewel

📋 copy color: '#086244'

red 8 ◦ green 98 ◦ blue 68

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

Shades of Jewel #086244

Tints of Jewel #086244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

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

R = 4.6%
G = 56.32%
B = 39.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#086244 (or 0x086244) is known color: Jewel. HEX triplet: 08, 62 and 44. RGB value is (8,98,68). Sum of RGB (Red+Green+Blue) = 8+98+68=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #086244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086244 is #F79DBB. Grayscale: #434343. Windows color (decimal): -16227772 or 4481544. OLE color: 4481544.

HSL color Cylindrical-coordinate representation of color #086244: hue angle of 160º 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 #086244 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 68 -
CMYK 0.92 0 0.31 0.62
HSL 160º 0.85% 0.21% -
HSV(B) 160º 0.92% 0.38% -
XYZ 5.51 9.2 6.95 -
YUV 67.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 8 98 68 0.92 0 0.31 0.62 160 0.85 0.21
Hex 8 62 44 5C 0 1F 3E A0 55 15
Octal 10 142 104 134 0 37 76 240 125 25
Binary 1000 1100010 1000100 1011100 0 11111 111110 10100000 1010101 10101

Color Harmonies of #086244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086244

Black with #086244

Text Example


Text Example

White with #086244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086244; }

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

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

background-color css

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

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

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

border-color css

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

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

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