Html Css Color HEX #06755B Tropical Rain Forest

📋 copy color: '#06755B'

red 6 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #06755B

Tints of Tropical Rain Forest #06755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 2.8%
G = 54.67%
B = 42.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#06755B (or 0x06755B) is known color: Tropical Rain Forest. HEX triplet: 06, 75 and 5B. RGB value is (6,117,91). Sum of RGB (Red+Green+Blue) = 6+117+91=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #06755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755B is #F98AA4. Grayscale: #505050. Windows color (decimal): -16353957 or 5993734. OLE color: 5993734.

HSL color Cylindrical-coordinate representation of color #06755B: hue angle of 165.95º 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 #06755B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 91 -
CMYK 0.95 0 0.22 0.54
HSL 165.95º 0.9% 0.24% -
HSV(B) 165.95º 0.95% 0.46% -
XYZ 8.32 13.52 12.07 -
YUV 80.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 6 117 91 0.95 0 0.22 0.54 165.95 0.9 0.24
Hex 6 75 5B 5F 0 16 36 A6 5A 18
Octal 6 165 133 137 0 26 66 246 132 30
Binary 110 1110101 1011011 1011111 0 10110 110110 10100110 1011010 11000

Color Harmonies of #06755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06755B

Black with #06755B

Text Example


Text Example

White with #06755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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