Html Css Color HEX #06755D Tropical Rain Forest

📋 copy color: '#06755D'

red 6 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #06755D

Tints of Tropical Rain Forest #06755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

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

R = 2.78%
G = 54.17%
B = 43.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#06755D (or 0x06755D) is known color: Tropical Rain Forest. HEX triplet: 06, 75 and 5D. RGB value is (6,117,93). Sum of RGB (Red+Green+Blue) = 6+117+93=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #06755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755D is #F98AA2. Grayscale: #515151. Windows color (decimal): -16353955 or 6124806. OLE color: 6124806.

HSL color Cylindrical-coordinate representation of color #06755D: hue angle of 167.03º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06755D is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 93 -
CMYK 0.95 0 0.21 0.54
HSL 167.03º 0.9% 0.24% -
HSV(B) 167.03º 0.95% 0.46% -
XYZ 8.41 13.55 12.53 -
YUV 81.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 6 117 93 0.95 0 0.21 0.54 167.03 0.9 0.24
Hex 6 75 5D 5F 0 15 36 A7 5A 18
Octal 6 165 135 137 0 25 66 247 132 30
Binary 110 1110101 1011101 1011111 0 10101 110110 10100111 1011010 11000

Color Harmonies of #06755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06755D

Black with #06755D

Text Example


Text Example

White with #06755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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