Html Css Color HEX #067D5E Tropical Rain Forest

📋 copy color: '#067D5E'

red 6 ◦ green 125 ◦ blue 94

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

Shades of Tropical Rain Forest #067D5E

Tints of Tropical Rain Forest #067D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.56%

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

R = 2.67%
G = 55.56%
B = 41.78%

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

#067D5E (or 0x067D5E) is known color: Tropical Rain Forest. HEX triplet: 06, 7D and 5E. RGB value is (6,125,94). Sum of RGB (Red+Green+Blue) = 6+125+94=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #067D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D5E is #F982A1. Grayscale: #555555. Windows color (decimal): -16351906 or 6192390. OLE color: 6192390.

HSL color Cylindrical-coordinate representation of color #067D5E: hue angle of 164.37º 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 #067D5E is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 125 94 -
CMYK 0.95 0 0.25 0.51
HSL 164.37º 0.91% 0.26% -
HSV(B) 164.37º 0.95% 0.49% -
XYZ 9.43 15.51 13.09 -
YUV 85.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 6 125 94 0.95 0 0.25 0.51 164.37 0.91 0.26
Hex 6 7D 5E 5F 0 19 33 A4 5B 1A
Octal 6 175 136 137 0 31 63 244 133 32
Binary 110 1111101 1011110 1011111 0 11001 110011 10100100 1011011 11010

Color Harmonies of #067D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067D5E

Black with #067D5E

Text Example


Text Example

White with #067D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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