Html Css Color HEX #067160 Tropical Rain Forest

📋 copy color: '#067160'

red 6 ◦ green 113 ◦ blue 96

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

Shades of Tropical Rain Forest #067160

Tints of Tropical Rain Forest #067160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

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

R = 2.79%
G = 52.56%
B = 44.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#067160 (or 0x067160) is known color: Tropical Rain Forest. HEX triplet: 06, 71 and 60. RGB value is (6,113,96). Sum of RGB (Red+Green+Blue) = 6+113+96=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #067160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067160 is #F98E9F. Grayscale: #4F4F4F. Windows color (decimal): -16354976 or 6320390. OLE color: 6320390.

HSL color Cylindrical-coordinate representation of color #067160: hue angle of 170.47º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067160 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 96 -
CMYK 0.95 0 0.15 0.56
HSL 170.47º 0.9% 0.23% -
HSV(B) 170.47º 0.95% 0.44% -
XYZ 8.09 12.69 13.09 -
YUV 79.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 6 113 96 0.95 0 0.15 0.56 170.47 0.9 0.23
Hex 6 71 60 5F 0 F 38 AA 5A 17
Octal 6 161 140 137 0 17 70 252 132 27
Binary 110 1110001 1100000 1011111 0 1111 111000 10101010 1011010 10111

Color Harmonies of #067160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067160

Black with #067160

Text Example


Text Example

White with #067160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067160; }

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

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

background-color css

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

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

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

border-color css

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

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

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