Html Css Color HEX #078260 Tropical Rain Forest

📋 copy color: '#078260'

red 7 ◦ green 130 ◦ blue 96

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

Shades of Tropical Rain Forest #078260

Tints of Tropical Rain Forest #078260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 3%
G = 55.79%
B = 41.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#078260 (or 0x078260) is known color: Tropical Rain Forest. HEX triplet: 07, 82 and 60. RGB value is (7,130,96). Sum of RGB (Red+Green+Blue) = 7+130+96=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #078260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078260 is #F87D9F. Grayscale: #595959. Windows color (decimal): -16285088 or 6324743. OLE color: 6324743.

HSL color Cylindrical-coordinate representation of color #078260: hue angle of 163.41º 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 #078260 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 96 -
CMYK 0.95 0 0.26 0.49
HSL 163.41º 0.9% 0.27% -
HSV(B) 163.41º 0.95% 0.51% -
XYZ 10.18 16.85 13.78 -
YUV 89.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 7 130 96 0.95 0 0.26 0.49 163.41 0.9 0.27
Hex 7 82 60 5F 0 1A 31 A3 5A 1B
Octal 7 202 140 137 0 32 61 243 132 33
Binary 111 10000010 1100000 1011111 0 11010 110001 10100011 1011010 11011

Color Harmonies of #078260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078260

Black with #078260

Text Example


Text Example

White with #078260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078260; }

 p { color: rgb(7,130,96); }

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

background-color css

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

 a { background-color: rgb(7,130,96); }

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

border-color css

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

 span { border-color: rgb(7,130,96); }

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