Html Css Color HEX #09755B Tropical Rain Forest

📋 copy color: '#09755B'

red 9 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #09755B

Tints of Tropical Rain Forest #09755B

RGB

 RED value IS 9 (3.91% from 255) = 4.15%

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

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

R = 4.15%
G = 53.92%
B = 41.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#09755B (or 0x09755B) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 5B. RGB value is (9,117,91). Sum of RGB (Red+Green+Blue) = 9+117+91=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #09755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09755B is #F68AA4. Grayscale: #515151. Windows color (decimal): -16157349 or 5993737. OLE color: 5993737.

HSL color Cylindrical-coordinate representation of color #09755B: hue angle of 165.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09755B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 117 91 -
CMYK 0.92 0 0.22 0.54
HSL 165.56º 0.86% 0.25% -
HSV(B) 165.56º 0.92% 0.46% -
XYZ 8.36 13.54 12.07 -
YUV 81.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 9 117 91 0.92 0 0.22 0.54 165.56 0.86 0.25
Hex 9 75 5B 5C 0 16 36 A6 56 19
Octal 11 165 133 134 0 26 66 246 126 31
Binary 1001 1110101 1011011 1011100 0 10110 110110 10100110 1010110 11001

Color Harmonies of #09755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09755B

Black with #09755B

Text Example


Text Example

White with #09755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,117,91); }

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

background-color css

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

 a { background-color: rgb(9,117,91); }

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

border-color css

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

 span { border-color: rgb(9,117,91); }

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