Html Css Color HEX #07765B Tropical Rain Forest

📋 copy color: '#07765B'

red 7 ◦ green 118 ◦ blue 91

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

Shades of Tropical Rain Forest #07765B

Tints of Tropical Rain Forest #07765B

RGB

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

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

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

R = 3.24%
G = 54.63%
B = 42.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#07765B (or 0x07765B) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 5B. RGB value is (7,118,91). Sum of RGB (Red+Green+Blue) = 7+118+91=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #07765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07765B is #F889A4. Grayscale: #515151. Windows color (decimal): -16288165 or 5993991. OLE color: 5993991.

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

Color convert

RGB 7 118 91 -
CMYK 0.94 0 0.23 0.54
HSL 165.41º 0.89% 0.25% -
HSV(B) 165.41º 0.94% 0.46% -
XYZ 8.45 13.76 12.11 -
YUV 81.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 7 118 91 0.94 0 0.23 0.54 165.41 0.89 0.25
Hex 7 76 5B 5E 0 17 36 A5 59 19
Octal 7 166 133 136 0 27 66 245 131 31
Binary 111 1110110 1011011 1011110 0 10111 110110 10100101 1011001 11001

Color Harmonies of #07765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07765B

Black with #07765B

Text Example


Text Example

White with #07765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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