Html Css Color HEX #067F5E Tropical Rain Forest

📋 copy color: '#067F5E'

red 6 ◦ green 127 ◦ blue 94

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

Shades of Tropical Rain Forest #067F5E

Tints of Tropical Rain Forest #067F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 55.95%

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

R = 2.64%
G = 55.95%
B = 41.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#067F5E (or 0x067F5E) is known color: Tropical Rain Forest. HEX triplet: 06, 7F and 5E. RGB value is (6,127,94). Sum of RGB (Red+Green+Blue) = 6+127+94=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #067F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F5E is #F980A1. Grayscale: #575757. Windows color (decimal): -16351394 or 6192902. OLE color: 6192902.

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

Color convert

RGB 6 127 94 -
CMYK 0.95 0 0.26 0.50
HSL 163.64º 0.91% 0.26% -
HSV(B) 163.64º 0.95% 0.5% -
XYZ 9.68 16.03 13.17 -
YUV 87.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 6 127 94 0.95 0 0.26 0.50 163.64 0.91 0.26
Hex 6 7F 5E 5F 0 1A 32 A4 5B 1A
Octal 6 177 136 137 0 32 62 244 133 32
Binary 110 1111111 1011110 1011111 0 11010 110010 10100100 1011011 11010

Color Harmonies of #067F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F5E

Black with #067F5E

Text Example


Text Example

White with #067F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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