Html Css Color HEX #086640 Jewel

📋 copy color: '#086640'

red 8 ◦ green 102 ◦ blue 64

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

Shades of Jewel #086640

Tints of Jewel #086640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 4.6%
G = 58.62%
B = 36.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#086640 (or 0x086640) is known color: Jewel. HEX triplet: 08, 66 and 40. RGB value is (8,102,64). Sum of RGB (Red+Green+Blue) = 8+102+64=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #086640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086640 is #F799BF. Grayscale: #454545. Windows color (decimal): -16226752 or 4220424. OLE color: 4220424.

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

Color convert

RGB 8 102 64 -
CMYK 0.92 0 0.37 0.6
HSL 155.74º 0.85% 0.22% -
HSV(B) 155.74º 0.92% 0.4% -
XYZ 5.78 9.92 6.46 -
YUV 69.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 8 102 64 0.92 0 0.37 0.6 155.74 0.85 0.22
Hex 8 66 40 5C 0 25 3C 9C 55 16
Octal 10 146 100 134 0 45 74 234 125 26
Binary 1000 1100110 1000000 1011100 0 100101 111100 10011100 1010101 10110

Color Harmonies of #086640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086640

Black with #086640

Text Example


Text Example

White with #086640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086640; }

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

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

background-color css

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

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

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

border-color css

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

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

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