Html Css Color HEX #076B5F Tropical Rain Forest

📋 copy color: '#076B5F'

red 7 ◦ green 107 ◦ blue 95

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

Shades of Tropical Rain Forest #076B5F

Tints of Tropical Rain Forest #076B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 3.35%
G = 51.2%
B = 45.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#076B5F (or 0x076B5F) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 5F. RGB value is (7,107,95). Sum of RGB (Red+Green+Blue) = 7+107+95=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #076B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B5F is #F894A0. Grayscale: #4B4B4B. Windows color (decimal): -16290977 or 6253319. OLE color: 6253319.

HSL color Cylindrical-coordinate representation of color #076B5F: hue angle of 172.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B5F is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 95 -
CMYK 0.93 0 0.11 0.58
HSL 172.8º 0.88% 0.22% -
HSV(B) 172.8º 0.93% 0.42% -
XYZ 7.41 11.39 12.63 -
YUV 75.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 7 107 95 0.93 0 0.11 0.58 172.8 0.88 0.22
Hex 7 6B 5F 5D 0 B 3A AD 58 16
Octal 7 153 137 135 0 13 72 255 130 26
Binary 111 1101011 1011111 1011101 0 1011 111010 10101101 1011000 10110

Color Harmonies of #076B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B5F

Black with #076B5F

Text Example


Text Example

White with #076B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B5F; }

 p { color: rgb(7,107,95); }

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

background-color css

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

 a { background-color: rgb(7,107,95); }

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

border-color css

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

 span { border-color: rgb(7,107,95); }

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