Html Css Color HEX #09755C Tropical Rain Forest

📋 copy color: '#09755C'

red 9 ◦ green 117 ◦ blue 92

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

Shades of Tropical Rain Forest #09755C

Tints of Tropical Rain Forest #09755C

RGB

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

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

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

R = 4.13%
G = 53.67%
B = 42.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#09755C (or 0x09755C) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 5C. RGB value is (9,117,92). Sum of RGB (Red+Green+Blue) = 9+117+92=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #09755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09755C is #F68AA3. Grayscale: #515151. Windows color (decimal): -16157348 or 6059273. OLE color: 6059273.

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

Color convert

RGB 9 117 92 -
CMYK 0.92 0 0.21 0.54
HSL 166.11º 0.86% 0.25% -
HSV(B) 166.11º 0.92% 0.46% -
XYZ 8.41 13.55 12.3 -
YUV 81.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 9 117 92 0.92 0 0.21 0.54 166.11 0.86 0.25
Hex 9 75 5C 5C 0 15 36 A6 56 19
Octal 11 165 134 134 0 25 66 246 126 31
Binary 1001 1110101 1011100 1011100 0 10101 110110 10100110 1010110 11001

Color Harmonies of #09755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09755C

Black with #09755C

Text Example


Text Example

White with #09755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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