Html Css Color HEX #067B5D Tropical Rain Forest

📋 copy color: '#067B5D'

red 6 ◦ green 123 ◦ blue 93

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

Shades of Tropical Rain Forest #067B5D

Tints of Tropical Rain Forest #067B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.41%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 2.7%
G = 55.41%
B = 41.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#067B5D (or 0x067B5D) is known color: Tropical Rain Forest. HEX triplet: 06, 7B and 5D. RGB value is (6,123,93). Sum of RGB (Red+Green+Blue) = 6+123+93=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #067B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B5D is #F984A2. Grayscale: #545454. Windows color (decimal): -16352419 or 6126342. OLE color: 6126342.

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

Color convert

RGB 6 123 93 -
CMYK 0.95 0 0.24 0.52
HSL 164.62º 0.91% 0.25% -
HSV(B) 164.62º 0.95% 0.48% -
XYZ 9.13 14.99 12.77 -
YUV 84.6 132.74 71.94 -
System Red Green Blue C M Y K H S L
Decimal 6 123 93 0.95 0 0.24 0.52 164.62 0.91 0.25
Hex 6 7B 5D 5F 0 18 34 A5 5B 19
Octal 6 173 135 137 0 30 64 245 133 31
Binary 110 1111011 1011101 1011111 0 11000 110100 10100101 1011011 11001

Color Harmonies of #067B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B5D

Black with #067B5D

Text Example


Text Example

White with #067B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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