Html Css Color HEX #076F6D Pine Green

📋 copy color: '#076F6D'

red 7 ◦ green 111 ◦ blue 109

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

Shades of Pine Green #076F6D

Tints of Pine Green #076F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 3.08%
G = 48.9%
B = 48.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#076F6D (or 0x076F6D) is known color: Pine Green. HEX triplet: 07, 6F and 6D. RGB value is (7,111,109). Sum of RGB (Red+Green+Blue) = 7+111+109=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #076F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F6D is #F89092. Grayscale: #4F4F4F. Windows color (decimal): -16289939 or 7171847. OLE color: 7171847.

HSL color Cylindrical-coordinate representation of color #076F6D: hue angle of 178.85º 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 #076F6D is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 109 -
CMYK 0.94 0 0.02 0.56
HSL 178.85º 0.88% 0.23% -
HSV(B) 178.85º 0.94% 0.44% -
XYZ 8.53 12.52 16.43 -
YUV 79.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 7 111 109 0.94 0 0.02 0.56 178.85 0.88 0.23
Hex 7 6F 6D 5E 0 2 38 B3 58 17
Octal 7 157 155 136 0 2 70 263 130 27
Binary 111 1101111 1101101 1011110 0 10 111000 10110011 1011000 10111

Color Harmonies of #076F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F6D

Black with #076F6D

Text Example


Text Example

White with #076F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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