Html Css Color HEX #09695B Tropical Rain Forest

📋 copy color: '#09695B'

red 9 ◦ green 105 ◦ blue 91

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

Shades of Tropical Rain Forest #09695B

Tints of Tropical Rain Forest #09695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.22%

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

R = 4.39%
G = 51.22%
B = 44.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#09695B (or 0x09695B) is known color: Tropical Rain Forest. HEX triplet: 09, 69 and 5B. RGB value is (9,105,91). Sum of RGB (Red+Green+Blue) = 9+105+91=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #09695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09695B is #F696A4. Grayscale: #4A4A4A. Windows color (decimal): -16160421 or 5990665. OLE color: 5990665.

HSL color Cylindrical-coordinate representation of color #09695B: hue angle of 171.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09695B is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 91 -
CMYK 0.91 0 0.13 0.59
HSL 171.25º 0.84% 0.22% -
HSV(B) 171.25º 0.91% 0.41% -
XYZ 7.05 10.92 11.63 -
YUV 74.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 9 105 91 0.91 0 0.13 0.59 171.25 0.84 0.22
Hex 9 69 5B 5B 0 D 3B AB 54 16
Octal 11 151 133 133 0 15 73 253 124 26
Binary 1001 1101001 1011011 1011011 0 1101 111011 10101011 1010100 10110

Color Harmonies of #09695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09695B

Black with #09695B

Text Example


Text Example

White with #09695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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