Html Css Color HEX #086644 Jewel

📋 copy color: '#086644'

red 8 ◦ green 102 ◦ blue 68

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

Shades of Jewel #086644

Tints of Jewel #086644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

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

R = 4.49%
G = 57.3%
B = 38.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#086644 (or 0x086644) is known color: Jewel. HEX triplet: 08, 66 and 44. RGB value is (8,102,68). Sum of RGB (Red+Green+Blue) = 8+102+68=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #086644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086644 is #F799BB. Grayscale: #464646. Windows color (decimal): -16226748 or 4482568. OLE color: 4482568.

HSL color Cylindrical-coordinate representation of color #086644: hue angle of 158.3º degrees, saturation: 0.85, 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 #086644 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 68 -
CMYK 0.92 0 0.33 0.6
HSL 158.3º 0.85% 0.22% -
HSV(B) 158.3º 0.92% 0.4% -
XYZ 5.89 9.97 7.08 -
YUV 70.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 8 102 68 0.92 0 0.33 0.6 158.3 0.85 0.22
Hex 8 66 44 5C 0 21 3C 9E 55 16
Octal 10 146 104 134 0 41 74 236 125 26
Binary 1000 1100110 1000100 1011100 0 100001 111100 10011110 1010101 10110

Color Harmonies of #086644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086644

Black with #086644

Text Example


Text Example

White with #086644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086644; }

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

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

background-color css

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

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

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

border-color css

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

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

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