Html Css Color HEX #068460 Tropical Rain Forest

📋 copy color: '#068460'

red 6 ◦ green 132 ◦ blue 96

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

Shades of Tropical Rain Forest #068460

Tints of Tropical Rain Forest #068460

RGB

 RED value IS 6 (2.73% from 255) = 2.56%

 GREEN value IS 132 (51.95% from 255) = 56.41%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 2.56%
G = 56.41%
B = 41.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#068460 (or 0x068460) is known color: Tropical Rain Forest. HEX triplet: 06, 84 and 60. RGB value is (6,132,96). Sum of RGB (Red+Green+Blue) = 6+132+96=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #068460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068460 is #F97B9F. Grayscale: #5A5A5A. Windows color (decimal): -16350112 or 6325254. OLE color: 6325254.

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

Color convert

RGB 6 132 96 -
CMYK 0.95 0 0.27 0.48
HSL 162.86º 0.91% 0.27% -
HSV(B) 162.86º 0.95% 0.52% -
XYZ 10.44 17.39 13.87 -
YUV 90.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 6 132 96 0.95 0 0.27 0.48 162.86 0.91 0.27
Hex 6 84 60 5F 0 1B 30 A3 5B 1B
Octal 6 204 140 137 0 33 60 243 133 33
Binary 110 10000100 1100000 1011111 0 11011 110000 10100011 1011011 11011

Color Harmonies of #068460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068460

Black with #068460

Text Example


Text Example

White with #068460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068460; }

 p { color: rgb(6,132,96); }

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

background-color css

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

 a { background-color: rgb(6,132,96); }

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

border-color css

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

 span { border-color: rgb(6,132,96); }

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