Html Css Color HEX #067B5C Tropical Rain Forest

📋 copy color: '#067B5C'

red 6 ◦ green 123 ◦ blue 92

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

Shades of Tropical Rain Forest #067B5C

Tints of Tropical Rain Forest #067B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 2.71%
G = 55.66%
B = 41.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#067B5C (or 0x067B5C) is known color: Tropical Rain Forest. HEX triplet: 06, 7B and 5C. RGB value is (6,123,92). Sum of RGB (Red+Green+Blue) = 6+123+92=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #067B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B5C is #F984A3. Grayscale: #545454. Windows color (decimal): -16352420 or 6060806. OLE color: 6060806.

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

Color convert

RGB 6 123 92 -
CMYK 0.95 0 0.25 0.52
HSL 164.1º 0.91% 0.25% -
HSV(B) 164.1º 0.95% 0.48% -
XYZ 9.09 14.98 12.54 -
YUV 84.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 6 123 92 0.95 0 0.25 0.52 164.1 0.91 0.25
Hex 6 7B 5C 5F 0 19 34 A4 5B 19
Octal 6 173 134 137 0 31 64 244 133 31
Binary 110 1111011 1011100 1011111 0 11001 110100 10100100 1011011 11001

Color Harmonies of #067B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B5C

Black with #067B5C

Text Example


Text Example

White with #067B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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