Html Css Color HEX #076F6B Pine Green

📋 copy color: '#076F6B'

red 7 ◦ green 111 ◦ blue 107

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

Shades of Pine Green #076F6B

Tints of Pine Green #076F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 3.11%
G = 49.33%
B = 47.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#076F6B (or 0x076F6B) is known color: Pine Green. HEX triplet: 07, 6F and 6B. RGB value is (7,111,107). Sum of RGB (Red+Green+Blue) = 7+111+107=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #076F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F6B is #F89094. Grayscale: #4F4F4F. Windows color (decimal): -16289941 or 7040775. OLE color: 7040775.

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

Color convert

RGB 7 111 107 -
CMYK 0.94 0 0.04 0.56
HSL 177.69º 0.88% 0.23% -
HSV(B) 177.69º 0.94% 0.44% -
XYZ 8.43 12.48 15.87 -
YUV 79.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 7 111 107 0.94 0 0.04 0.56 177.69 0.88 0.23
Hex 7 6F 6B 5E 0 4 38 B2 58 17
Octal 7 157 153 136 0 4 70 262 130 27
Binary 111 1101111 1101011 1011110 0 100 111000 10110010 1011000 10111

Color Harmonies of #076F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F6B

Black with #076F6B

Text Example


Text Example

White with #076F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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