#068361

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

Shades of Tropical Rain Forest #068361

Tints of Tropical Rain Forest #068361

Color information

#068361 (or 0x068361) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 83 and 61. RGB value is (6,131,97). Sum of RGB (Red+Green+Blue) = 6+131+97=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #068361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068361 is #F97C9E. Grayscale: #595959. Windows color (decimal): -16350367 or 6390534. OLE color: 6390534.

HSL color Cylindrical-coordinate representation of color #068361: hue angle of 163.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068361 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB613197-
CMYK0.9500.260.49
HSL163.68º91.24%26.86%-
HSV(B)163.68º95.42%51.37%-
XYZ10.3517.1314.07-
YUV89.75132.0968.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 131 (51.56% from 255) = 55.98%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=2.56%
G=55.98%
B=41.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131970.9500.260.49163.6891.2426.86
Hex683615F01A31a45b1b
Octal62031411370326124413333
Binary110100000111100001101111101101011000110100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068361; }

 p { color: rgb(6,131,97); }

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

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

 a { background-color: rgb(6,131,97); }

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

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

 span { border-color: rgb(6,131,97); }

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