Html Css Color HEX #067062 Tropical Rain Forest

📋 copy color: '#067062'

red 6 ◦ green 112 ◦ blue 98

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

Shades of Tropical Rain Forest #067062

Tints of Tropical Rain Forest #067062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 2.78%
G = 51.85%
B = 45.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#067062 (or 0x067062) is known color: Tropical Rain Forest. HEX triplet: 06, 70 and 62. RGB value is (6,112,98). Sum of RGB (Red+Green+Blue) = 6+112+98=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #067062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067062 is #F98F9D. Grayscale: #4E4E4E. Windows color (decimal): -16355230 or 6451206. OLE color: 6451206.

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

Color convert

RGB 6 112 98 -
CMYK 0.95 0 0.13 0.56
HSL 172.08º 0.9% 0.23% -
HSV(B) 172.08º 0.95% 0.44% -
XYZ 8.07 12.51 13.54 -
YUV 78.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 6 112 98 0.95 0 0.13 0.56 172.08 0.9 0.23
Hex 6 70 62 5F 0 D 38 AC 5A 17
Octal 6 160 142 137 0 15 70 254 132 27
Binary 110 1110000 1100010 1011111 0 1101 111000 10101100 1011010 10111

Color Harmonies of #067062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067062

Black with #067062

Text Example


Text Example

White with #067062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067062; }

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

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

background-color css

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

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

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

border-color css

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

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

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