Html Css Color HEX #067665 Tropical Rain Forest

📋 copy color: '#067665'

red 6 ◦ green 118 ◦ blue 101

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

Shades of Tropical Rain Forest #067665

Tints of Tropical Rain Forest #067665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 2.67%
G = 52.44%
B = 44.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#067665 (or 0x067665) is known color: Tropical Rain Forest. HEX triplet: 06, 76 and 65. RGB value is (6,118,101). Sum of RGB (Red+Green+Blue) = 6+118+101=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #067665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067665 is #F9899A. Grayscale: #525252. Windows color (decimal): -16353691 or 6649350. OLE color: 6649350.

HSL color Cylindrical-coordinate representation of color #067665: hue angle of 170.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067665 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 101 -
CMYK 0.95 0 0.14 0.54
HSL 170.89º 0.9% 0.24% -
HSV(B) 170.89º 0.95% 0.46% -
XYZ 8.9 13.94 14.53 -
YUV 82.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 6 118 101 0.95 0 0.14 0.54 170.89 0.9 0.24
Hex 6 76 65 5F 0 E 36 AB 5A 18
Octal 6 166 145 137 0 16 66 253 132 30
Binary 110 1110110 1100101 1011111 0 1110 110110 10101011 1011010 11000

Color Harmonies of #067665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067665

Black with #067665

Text Example


Text Example

White with #067665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067665; }

 p { color: rgb(6,118,101); }

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

background-color css

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

 a { background-color: rgb(6,118,101); }

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

border-color css

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

 span { border-color: rgb(6,118,101); }

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