Html Css Color HEX #07765E Tropical Rain Forest

📋 copy color: '#07765E'

red 7 ◦ green 118 ◦ blue 94

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

Shades of Tropical Rain Forest #07765E

Tints of Tropical Rain Forest #07765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 3.2%
G = 53.88%
B = 42.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#07765E (or 0x07765E) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 5E. RGB value is (7,118,94). Sum of RGB (Red+Green+Blue) = 7+118+94=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #07765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07765E is #F889A1. Grayscale: #525252. Windows color (decimal): -16288162 or 6190599. OLE color: 6190599.

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

Color convert

RGB 7 118 94 -
CMYK 0.94 0 0.20 0.54
HSL 167.03º 0.89% 0.25% -
HSV(B) 167.03º 0.94% 0.46% -
XYZ 8.59 13.81 12.8 -
YUV 82.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 7 118 94 0.94 0 0.20 0.54 167.03 0.89 0.25
Hex 7 76 5E 5E 0 14 36 A7 59 19
Octal 7 166 136 136 0 24 66 247 131 31
Binary 111 1110110 1011110 1011110 0 10100 110110 10100111 1011001 11001

Color Harmonies of #07765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07765E

Black with #07765E

Text Example


Text Example

White with #07765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07765E; }

 p { color: rgb(7,118,94); }

 H1.HeaderClassName
 {
   color: #07765E;
 }
 .AnyTagClassName
 {
   color: #07765E;
 }
</style>

background-color css

<style>
 a { background-color: #07765E; }

 a { background-color: rgb(7,118,94); }

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

border-color css

<style>
 span { border-color: #07765E; }

 span { border-color: rgb(7,118,94); }

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