#067B62

Color #067B62 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #067B62

Tints of Tropical Rain Forest #067B62

Color information

#067B62 (or 0x067B62) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7B and 62. RGB value is (6,123,98). Sum of RGB (Red+Green+Blue) = 6+123+98=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #067B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B62 is #F9849D. Grayscale: #555555. Windows color (decimal): -16352414 or 6454022. OLE color: 6454022.

HSL color Cylindrical-coordinate representation of color #067B62: hue angle of 167.18º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B62 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB612398-
CMYK0.9500.200.52
HSL167.18º90.7%25.29%-
HSV(B)167.18º95.12%48.24%-
XYZ9.3615.0913.97-
YUV85.17135.2471.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=2.64%
G=54.19%
B=43.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123980.9500.200.52167.1890.725.29
Hex67B625F01434a75b19
Octal61731421370246424713331
Binary11011110111100010101111101010011010010100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,123,98); }

 H1.HeaderClassName
 {
   color: #067B62;
 }
 .AnyTagClassName
 {
   color: #067B62;
 }
</style>
background-color css

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

 a { background-color: rgb(6,123,98); }

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

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

 span { border-color: rgb(6,123,98); }

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