Html Css Color HEX #086243 Jewel

📋 copy color: '#086243'

red 8 ◦ green 98 ◦ blue 67

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

Shades of Jewel #086243

Tints of Jewel #086243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 4.62%
G = 56.65%
B = 38.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#086243 (or 0x086243) is known color: Jewel. HEX triplet: 08, 62 and 43. RGB value is (8,98,67). Sum of RGB (Red+Green+Blue) = 8+98+67=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #086243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086243 is #F79DBC. Grayscale: #434343. Windows color (decimal): -16227773 or 4416008. OLE color: 4416008.

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

Color convert

RGB 8 98 67 -
CMYK 0.92 0 0.32 0.62
HSL 159.33º 0.85% 0.21% -
HSV(B) 159.33º 0.92% 0.38% -
XYZ 5.48 9.19 6.8 -
YUV 67.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 8 98 67 0.92 0 0.32 0.62 159.33 0.85 0.21
Hex 8 62 43 5C 0 20 3E 9F 55 15
Octal 10 142 103 134 0 40 76 237 125 25
Binary 1000 1100010 1000011 1011100 0 100000 111110 10011111 1010101 10101

Color Harmonies of #086243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086243

Black with #086243

Text Example


Text Example

White with #086243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086243; }

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

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

background-color css

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

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

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

border-color css

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

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

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