#08683D

Color #08683D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #08683D

Tints of Jewel #08683D

Color information

#08683D (or 0x08683D) is unknown color: approx Jewel. HEX triplet: 08, 68 and 3D. RGB value is (8,104,61). Sum of RGB (Red+Green+Blue) = 8+104+61=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #08683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08683D is #F797C2. Grayscale: #464646. Windows color (decimal): -16226243 or 4024328. OLE color: 4024328.

HSL color Cylindrical-coordinate representation of color #08683D: hue angle of 153.12º 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 #08683D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB810461-
CMYK0.9200.410.59
HSL153.12º85.71%21.96%-
HSV(B)153.12º92.31%40.78%-
XYZ5.8910.296.09-
YUV70.39122.783.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=4.62%
G=60.12%
B=35.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104610.9200.410.59153.1285.7121.96
Hex8683D5C0293B995616
Octal10150751340517323112626
Binary100011010001111011011100010100111101110011001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08683D; }

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

 H1.HeaderClassName
 {
   color: #08683D;
 }
 .AnyTagClassName
 {
   color: #08683D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #08683D;
 }
 .BgClassName
 {
   background-color: #08683D;
 }
</style>
border-color css

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

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

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