Html Css Color HEX #067964 Tropical Rain Forest

📋 copy color: '#067964'

red 6 ◦ green 121 ◦ blue 100

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

Shades of Tropical Rain Forest #067964

Tints of Tropical Rain Forest #067964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.3%

 BLUE value IS 100 (39.45% from 255) = 44.05%

R = 2.64%
G = 53.3%
B = 44.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#067964 (or 0x067964) is known color: Tropical Rain Forest. HEX triplet: 06, 79 and 64. RGB value is (6,121,100). Sum of RGB (Red+Green+Blue) = 6+121+100=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #067964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067964 is #F9869B. Grayscale: #545454. Windows color (decimal): -16352924 or 6584582. OLE color: 6584582.

HSL color Cylindrical-coordinate representation of color #067964: hue angle of 169.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067964 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 121 100 -
CMYK 0.95 0 0.17 0.53
HSL 169.04º 0.91% 0.25% -
HSV(B) 169.04º 0.95% 0.47% -
XYZ 9.21 14.63 14.4 -
YUV 84.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 6 121 100 0.95 0 0.17 0.53 169.04 0.91 0.25
Hex 6 79 64 5F 0 11 35 A9 5B 19
Octal 6 171 144 137 0 21 65 251 133 31
Binary 110 1111001 1100100 1011111 0 10001 110101 10101001 1011011 11001

Color Harmonies of #067964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067964

Black with #067964

Text Example


Text Example

White with #067964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067964; }

 p { color: rgb(6,121,100); }

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

background-color css

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

 a { background-color: rgb(6,121,100); }

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

border-color css

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

 span { border-color: rgb(6,121,100); }

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