Html Css Color HEX #06755F Tropical Rain Forest

📋 copy color: '#06755F'

red 6 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #06755F

Tints of Tropical Rain Forest #06755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.58%

R = 2.75%
G = 53.67%
B = 43.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#06755F (or 0x06755F) is known color: Tropical Rain Forest. HEX triplet: 06, 75 and 5F. RGB value is (6,117,95). Sum of RGB (Red+Green+Blue) = 6+117+95=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #06755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755F is #F98AA0. Grayscale: #515151. Windows color (decimal): -16353953 or 6255878. OLE color: 6255878.

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

Color convert

RGB 6 117 95 -
CMYK 0.95 0 0.19 0.54
HSL 168.11º 0.9% 0.24% -
HSV(B) 168.11º 0.95% 0.46% -
XYZ 8.5 13.59 13 -
YUV 81.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 6 117 95 0.95 0 0.19 0.54 168.11 0.9 0.24
Hex 6 75 5F 5F 0 13 36 A8 5A 18
Octal 6 165 137 137 0 23 66 250 132 30
Binary 110 1110101 1011111 1011111 0 10011 110110 10101000 1011010 11000

Color Harmonies of #06755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06755F

Black with #06755F

Text Example


Text Example

White with #06755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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