Html Css Color HEX #07755F Tropical Rain Forest

📋 copy color: '#07755F'

red 7 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #07755F

Tints of Tropical Rain Forest #07755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 3.2%
G = 53.42%
B = 43.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#07755F (or 0x07755F) is known color: Tropical Rain Forest. HEX triplet: 07, 75 and 5F. RGB value is (7,117,95). Sum of RGB (Red+Green+Blue) = 7+117+95=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #07755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755F is #F88AA0. Grayscale: #515151. Windows color (decimal): -16288417 or 6255879. OLE color: 6255879.

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

Color convert

RGB 7 117 95 -
CMYK 0.94 0 0.19 0.54
HSL 168º 0.89% 0.24% -
HSV(B) 168º 0.94% 0.46% -
XYZ 8.51 13.59 13 -
YUV 81.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 7 117 95 0.94 0 0.19 0.54 168 0.89 0.24
Hex 7 75 5F 5E 0 13 36 A8 59 18
Octal 7 165 137 136 0 23 66 250 131 30
Binary 111 1110101 1011111 1011110 0 10011 110110 10101000 1011001 11000

Color Harmonies of #07755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07755F

Black with #07755F

Text Example


Text Example

White with #07755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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