Html Css Color HEX #09755F Tropical Rain Forest

📋 copy color: '#09755F'

red 9 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #09755F

Tints of Tropical Rain Forest #09755F

RGB

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

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

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

R = 4.07%
G = 52.94%
B = 42.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#09755F (or 0x09755F) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 5F. RGB value is (9,117,95). Sum of RGB (Red+Green+Blue) = 9+117+95=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #09755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09755F is #F68AA0. Grayscale: #525252. Windows color (decimal): -16157345 or 6255881. OLE color: 6255881.

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

Color convert

RGB 9 117 95 -
CMYK 0.92 0 0.19 0.54
HSL 167.78º 0.86% 0.25% -
HSV(B) 167.78º 0.92% 0.46% -
XYZ 8.54 13.61 13 -
YUV 82.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 9 117 95 0.92 0 0.19 0.54 167.78 0.86 0.25
Hex 9 75 5F 5C 0 13 36 A8 56 19
Octal 11 165 137 134 0 23 66 250 126 31
Binary 1001 1110101 1011111 1011100 0 10011 110110 10101000 1010110 11001

Color Harmonies of #09755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09755F

Black with #09755F

Text Example


Text Example

White with #09755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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