#08695B

Color #08695B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #08695B

Tints of Tropical Rain Forest #08695B

Color information

#08695B (or 0x08695B) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 69 and 5B. RGB value is (8,105,91). Sum of RGB (Red+Green+Blue) = 8+105+91=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #08695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08695B is #F796A4. Grayscale: #4A4A4A. Windows color (decimal): -16225957 or 5990664. OLE color: 5990664.

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

Color convert

RGB810591-
CMYK0.9200.130.59
HSL171.34º85.84%22.16%-
HSV(B)171.34º92.38%41.18%-
XYZ7.0410.9111.63-
YUV74.4137.3680.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=3.92%
G=51.47%
B=44.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105910.9200.130.59171.3485.8422.16
Hex8695B5C0D3Bab5616
Octal101511331340157325312626
Binary10001101001101101110111000110111101110101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08695B; }

 p { color: rgb(8,105,91); }

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

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

 a { background-color: rgb(8,105,91); }

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

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

 span { border-color: rgb(8,105,91); }

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