Html Css Color HEX #067065 Tropical Rain Forest

📋 copy color: '#067065'

red 6 ◦ green 112 ◦ blue 101

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

Shades of Tropical Rain Forest #067065

Tints of Tropical Rain Forest #067065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.14%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 2.74%
G = 51.14%
B = 46.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#067065 (or 0x067065) is known color: Tropical Rain Forest. HEX triplet: 06, 70 and 65. RGB value is (6,112,101). Sum of RGB (Red+Green+Blue) = 6+112+101=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #067065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067065 is #F98F9A. Grayscale: #4E4E4E. Windows color (decimal): -16355227 or 6647814. OLE color: 6647814.

HSL color Cylindrical-coordinate representation of color #067065: hue angle of 173.77º 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 #067065 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 101 -
CMYK 0.95 0 0.10 0.56
HSL 173.77º 0.9% 0.23% -
HSV(B) 173.77º 0.95% 0.44% -
XYZ 8.22 12.57 14.3 -
YUV 79.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 6 112 101 0.95 0 0.10 0.56 173.77 0.9 0.23
Hex 6 70 65 5F 0 A 38 AE 5A 17
Octal 6 160 145 137 0 12 70 256 132 27
Binary 110 1110000 1100101 1011111 0 1010 111000 10101110 1011010 10111

Color Harmonies of #067065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067065

Black with #067065

Text Example


Text Example

White with #067065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067065; }

 p { color: rgb(6,112,101); }

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

background-color css

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

 a { background-color: rgb(6,112,101); }

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

border-color css

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

 span { border-color: rgb(6,112,101); }

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