Html Css Color HEX #07775B Tropical Rain Forest

📋 copy color: '#07775B'

red 7 ◦ green 119 ◦ blue 91

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

Shades of Tropical Rain Forest #07775B

Tints of Tropical Rain Forest #07775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.84%

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

R = 3.23%
G = 54.84%
B = 41.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#07775B (or 0x07775B) is known color: Tropical Rain Forest. HEX triplet: 07, 77 and 5B. RGB value is (7,119,91). Sum of RGB (Red+Green+Blue) = 7+119+91=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #07775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07775B is #F888A4. Grayscale: #525252. Windows color (decimal): -16287909 or 5994247. OLE color: 5994247.

HSL color Cylindrical-coordinate representation of color #07775B: hue angle of 165º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07775B is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 91 -
CMYK 0.94 0 0.24 0.53
HSL 165º 0.89% 0.25% -
HSV(B) 165º 0.94% 0.47% -
XYZ 8.57 13.99 12.15 -
YUV 82.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 7 119 91 0.94 0 0.24 0.53 165 0.89 0.25
Hex 7 77 5B 5E 0 18 35 A5 59 19
Octal 7 167 133 136 0 30 65 245 131 31
Binary 111 1110111 1011011 1011110 0 11000 110101 10100101 1011001 11001

Color Harmonies of #07775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07775B

Black with #07775B

Text Example


Text Example

White with #07775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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