Html Css Color HEX #076F64 Tropical Rain Forest

📋 copy color: '#076F64'

red 7 ◦ green 111 ◦ blue 100

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

Shades of Tropical Rain Forest #076F64

Tints of Tropical Rain Forest #076F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.92%

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 3.21%
G = 50.92%
B = 45.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#076F64 (or 0x076F64) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 64. RGB value is (7,111,100). Sum of RGB (Red+Green+Blue) = 7+111+100=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #076F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F64 is #F8909B. Grayscale: #4E4E4E. Windows color (decimal): -16289948 or 6582023. OLE color: 6582023.

HSL color Cylindrical-coordinate representation of color #076F64: hue angle of 173.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F64 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 100 -
CMYK 0.94 0 0.10 0.56
HSL 173.65º 0.88% 0.23% -
HSV(B) 173.65º 0.94% 0.44% -
XYZ 8.07 12.33 14.01 -
YUV 78.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 7 111 100 0.94 0 0.10 0.56 173.65 0.88 0.23
Hex 7 6F 64 5E 0 A 38 AE 58 17
Octal 7 157 144 136 0 12 70 256 130 27
Binary 111 1101111 1100100 1011110 0 1010 111000 10101110 1011000 10111

Color Harmonies of #076F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F64

Black with #076F64

Text Example


Text Example

White with #076F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,111,100); }

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

background-color css

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

 a { background-color: rgb(7,111,100); }

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

border-color css

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

 span { border-color: rgb(7,111,100); }

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