Html Css Color HEX #078161 Tropical Rain Forest

📋 copy color: '#078161'

red 7 ◦ green 129 ◦ blue 97

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

Shades of Tropical Rain Forest #078161

Tints of Tropical Rain Forest #078161

RGB

 RED value IS 7 (3.13% from 255) = 3%

 GREEN value IS 129 (50.78% from 255) = 55.36%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 3%
G = 55.36%
B = 41.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#078161 (or 0x078161) is known color: Tropical Rain Forest. HEX triplet: 07, 81 and 61. RGB value is (7,129,97). Sum of RGB (Red+Green+Blue) = 7+129+97=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #078161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078161 is #F87E9E. Grayscale: #585858. Windows color (decimal): -16285343 or 6390023. OLE color: 6390023.

HSL color Cylindrical-coordinate representation of color #078161: hue angle of 164.26º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078161 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 129 97 -
CMYK 0.95 0 0.25 0.49
HSL 164.26º 0.9% 0.27% -
HSV(B) 164.26º 0.95% 0.51% -
XYZ 10.1 16.61 13.98 -
YUV 88.87 132.58 69.6 -
System Red Green Blue C M Y K H S L
Decimal 7 129 97 0.95 0 0.25 0.49 164.26 0.9 0.27
Hex 7 81 61 5F 0 19 31 A4 5A 1B
Octal 7 201 141 137 0 31 61 244 132 33
Binary 111 10000001 1100001 1011111 0 11001 110001 10100100 1011010 11011

Color Harmonies of #078161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078161

Black with #078161

Text Example


Text Example

White with #078161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078161; }

 p { color: rgb(7,129,97); }

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

background-color css

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

 a { background-color: rgb(7,129,97); }

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

border-color css

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

 span { border-color: rgb(7,129,97); }

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