Html Css Color HEX #07765C Tropical Rain Forest

📋 copy color: '#07765C'

red 7 ◦ green 118 ◦ blue 92

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

Shades of Tropical Rain Forest #07765C

Tints of Tropical Rain Forest #07765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 3.23%
G = 54.38%
B = 42.4%

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

#07765C (or 0x07765C) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 5C. RGB value is (7,118,92). Sum of RGB (Red+Green+Blue) = 7+118+92=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #07765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07765C is #F889A3. Grayscale: #515151. Windows color (decimal): -16288164 or 6059527. OLE color: 6059527.

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

Color convert

RGB 7 118 92 -
CMYK 0.94 0 0.22 0.54
HSL 165.95º 0.89% 0.25% -
HSV(B) 165.95º 0.94% 0.46% -
XYZ 8.5 13.77 12.34 -
YUV 81.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 7 118 92 0.94 0 0.22 0.54 165.95 0.89 0.25
Hex 7 76 5C 5E 0 16 36 A6 59 19
Octal 7 166 134 136 0 26 66 246 131 31
Binary 111 1110110 1011100 1011110 0 10110 110110 10100110 1011001 11001

Color Harmonies of #07765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07765C

Black with #07765C

Text Example


Text Example

White with #07765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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