Html Css Color HEX #087265 Tropical Rain Forest

📋 copy color: '#087265'

red 8 ◦ green 114 ◦ blue 101

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

Shades of Tropical Rain Forest #087265

Tints of Tropical Rain Forest #087265

RGB

 RED value IS 8 (3.52% from 255) = 3.59%

 GREEN value IS 114 (44.92% from 255) = 51.12%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 3.59%
G = 51.12%
B = 45.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#087265 (or 0x087265) is known color: Tropical Rain Forest. HEX triplet: 08, 72 and 65. RGB value is (8,114,101). Sum of RGB (Red+Green+Blue) = 8+114+101=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #087265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087265 is #F78D9A. Grayscale: #505050. Windows color (decimal): -16223643 or 6648328. OLE color: 6648328.

HSL color Cylindrical-coordinate representation of color #087265: hue angle of 172.64º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087265 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 101 -
CMYK 0.93 0 0.11 0.55
HSL 172.64º 0.87% 0.24% -
HSV(B) 172.64º 0.93% 0.45% -
XYZ 8.47 13.03 14.38 -
YUV 80.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 8 114 101 0.93 0 0.11 0.55 172.64 0.87 0.24
Hex 8 72 65 5D 0 B 37 AD 57 18
Octal 10 162 145 135 0 13 67 255 127 30
Binary 1000 1110010 1100101 1011101 0 1011 110111 10101101 1010111 11000

Color Harmonies of #087265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087265

Black with #087265

Text Example


Text Example

White with #087265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087265; }

 p { color: rgb(8,114,101); }

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

background-color css

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

 a { background-color: rgb(8,114,101); }

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

border-color css

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

 span { border-color: rgb(8,114,101); }

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