Html Css Color HEX #067E5E Tropical Rain Forest

📋 copy color: '#067E5E'

red 6 ◦ green 126 ◦ blue 94

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

Shades of Tropical Rain Forest #067E5E

Tints of Tropical Rain Forest #067E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 55.75%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 2.65%
G = 55.75%
B = 41.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#067E5E (or 0x067E5E) is known color: Tropical Rain Forest. HEX triplet: 06, 7E and 5E. RGB value is (6,126,94). Sum of RGB (Red+Green+Blue) = 6+126+94=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #067E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E5E is #F981A1. Grayscale: #565656. Windows color (decimal): -16351650 or 6192646. OLE color: 6192646.

HSL color Cylindrical-coordinate representation of color #067E5E: hue angle of 164º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E5E is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 126 94 -
CMYK 0.95 0 0.25 0.51
HSL 164º 0.91% 0.26% -
HSV(B) 164º 0.95% 0.49% -
XYZ 9.56 15.77 13.13 -
YUV 86.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 6 126 94 0.95 0 0.25 0.51 164 0.91 0.26
Hex 6 7E 5E 5F 0 19 33 A4 5B 1A
Octal 6 176 136 137 0 31 63 244 133 32
Binary 110 1111110 1011110 1011111 0 11001 110011 10100100 1011011 11010

Color Harmonies of #067E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E5E

Black with #067E5E

Text Example


Text Example

White with #067E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067E5E; }

 p { color: rgb(6,126,94); }

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

background-color css

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

 a { background-color: rgb(6,126,94); }

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

border-color css

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

 span { border-color: rgb(6,126,94); }

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