Html Css Color HEX #067265 Tropical Rain Forest

📋 copy color: '#067265'

red 6 ◦ green 114 ◦ blue 101

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

Shades of Tropical Rain Forest #067265

Tints of Tropical Rain Forest #067265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.58%

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

R = 2.71%
G = 51.58%
B = 45.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#067265 (or 0x067265) is known color: Tropical Rain Forest. HEX triplet: 06, 72 and 65. RGB value is (6,114,101). Sum of RGB (Red+Green+Blue) = 6+114+101=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #067265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067265 is #F98D9A. Grayscale: #505050. Windows color (decimal): -16354715 or 6648326. OLE color: 6648326.

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

Color convert

RGB 6 114 101 -
CMYK 0.95 0 0.11 0.55
HSL 172.78º 0.9% 0.24% -
HSV(B) 172.78º 0.95% 0.45% -
XYZ 8.44 13.01 14.38 -
YUV 80.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 6 114 101 0.95 0 0.11 0.55 172.78 0.9 0.24
Hex 6 72 65 5F 0 B 37 AD 5A 18
Octal 6 162 145 137 0 13 67 255 132 30
Binary 110 1110010 1100101 1011111 0 1011 110111 10101101 1011010 11000

Color Harmonies of #067265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067265

Black with #067265

Text Example


Text Example

White with #067265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067265; }

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

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

background-color css

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

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

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

border-color css

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

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

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