Html Css Color HEX #07755B Tropical Rain Forest

📋 copy color: '#07755B'

red 7 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #07755B

Tints of Tropical Rain Forest #07755B

RGB

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

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

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

R = 3.26%
G = 54.42%
B = 42.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#07755B (or 0x07755B) is known color: Tropical Rain Forest. HEX triplet: 07, 75 and 5B. RGB value is (7,117,91). Sum of RGB (Red+Green+Blue) = 7+117+91=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #07755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755B is #F88AA4. Grayscale: #515151. Windows color (decimal): -16288421 or 5993735. OLE color: 5993735.

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

Color convert

RGB 7 117 91 -
CMYK 0.94 0 0.22 0.54
HSL 165.82º 0.89% 0.24% -
HSV(B) 165.82º 0.94% 0.46% -
XYZ 8.34 13.52 12.07 -
YUV 81.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 7 117 91 0.94 0 0.22 0.54 165.82 0.89 0.24
Hex 7 75 5B 5E 0 16 36 A6 59 18
Octal 7 165 133 136 0 26 66 246 131 30
Binary 111 1110101 1011011 1011110 0 10110 110110 10100110 1011001 11000

Color Harmonies of #07755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07755B

Black with #07755B

Text Example


Text Example

White with #07755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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