Html Css Color HEX #07755D Tropical Rain Forest

📋 copy color: '#07755D'

red 7 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #07755D

Tints of Tropical Rain Forest #07755D

RGB

 RED value IS 7 (3.13% from 255) = 3.23%

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

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

R = 3.23%
G = 53.92%
B = 42.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#07755D (or 0x07755D) is known color: Tropical Rain Forest. HEX triplet: 07, 75 and 5D. RGB value is (7,117,93). Sum of RGB (Red+Green+Blue) = 7+117+93=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #07755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755D is #F88AA2. Grayscale: #515151. Windows color (decimal): -16288419 or 6124807. OLE color: 6124807.

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

Color convert

RGB 7 117 93 -
CMYK 0.94 0 0.21 0.54
HSL 166.91º 0.89% 0.24% -
HSV(B) 166.91º 0.94% 0.46% -
XYZ 8.42 13.56 12.53 -
YUV 81.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 7 117 93 0.94 0 0.21 0.54 166.91 0.89 0.24
Hex 7 75 5D 5E 0 15 36 A7 59 18
Octal 7 165 135 136 0 25 66 247 131 30
Binary 111 1110101 1011101 1011110 0 10101 110110 10100111 1011001 11000

Color Harmonies of #07755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07755D

Black with #07755D

Text Example


Text Example

White with #07755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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