#068758

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

Shades of Tropical Rain Forest #068758

Tints of Tropical Rain Forest #068758

Color information

#068758 (or 0x068758) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 87 and 58. RGB value is (6,135,88). Sum of RGB (Red+Green+Blue) = 6+135+88=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #068758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068758 is #F978A7. Grayscale: #5B5B5B. Windows color (decimal): -16349352 or 5801734. OLE color: 5801734.

HSL color Cylindrical-coordinate representation of color #068758: hue angle of 158.14º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068758 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB613588-
CMYK0.9600.350.47
HSL158.14º91.49%27.65%-
HSV(B)158.14º95.56%52.94%-
XYZ10.518.0712.17-
YUV91.07126.2667.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=2.62%
G=58.95%
B=38.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6135880.9600.350.47158.1491.4927.65
Hex68758600232F9e5b1c
Octal62071301400435723613334
Binary1101000011110110001100000010001110111110011110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068758; }

 p { color: rgb(6,135,88); }

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

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

 a { background-color: rgb(6,135,88); }

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

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

 span { border-color: rgb(6,135,88); }

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