Html Css Color HEX #067C56 Tropical Rain Forest

📋 copy color: '#067C56'

red 6 ◦ green 124 ◦ blue 86

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

Shades of Tropical Rain Forest #067C56

Tints of Tropical Rain Forest #067C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.41%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 2.78%
G = 57.41%
B = 39.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#067C56 (or 0x067C56) is known color: Tropical Rain Forest. HEX triplet: 06, 7C and 56. RGB value is (6,124,86). Sum of RGB (Red+Green+Blue) = 6+124+86=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #067C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C56 is #F983A9. Grayscale: #545454. Windows color (decimal): -16352170 or 5667846. OLE color: 5667846.

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

Color convert

RGB 6 124 86 -
CMYK 0.95 0 0.31 0.51
HSL 160.68º 0.91% 0.25% -
HSV(B) 160.68º 0.95% 0.49% -
XYZ 8.96 15.13 11.25 -
YUV 84.39 128.91 72.09 -
System Red Green Blue C M Y K H S L
Decimal 6 124 86 0.95 0 0.31 0.51 160.68 0.91 0.25
Hex 6 7C 56 5F 0 1F 33 A1 5B 19
Octal 6 174 126 137 0 37 63 241 133 31
Binary 110 1111100 1010110 1011111 0 11111 110011 10100001 1011011 11001

Color Harmonies of #067C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C56

Black with #067C56

Text Example


Text Example

White with #067C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,86); }

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

background-color css

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

 a { background-color: rgb(6,124,86); }

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

border-color css

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

 span { border-color: rgb(6,124,86); }

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