Html Css Color HEX #076F69 Pine Green

📋 copy color: '#076F69'

red 7 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #076F69

Tints of Pine Green #076F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 3.14%
G = 49.78%
B = 47.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#076F69 (or 0x076F69) is known color: Pine Green. HEX triplet: 07, 6F and 69. RGB value is (7,111,105). Sum of RGB (Red+Green+Blue) = 7+111+105=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #076F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F69 is #F89096. Grayscale: #4F4F4F. Windows color (decimal): -16289943 or 6909703. OLE color: 6909703.

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

Color convert

RGB 7 111 105 -
CMYK 0.94 0 0.05 0.56
HSL 176.54º 0.88% 0.23% -
HSV(B) 176.54º 0.94% 0.44% -
XYZ 8.32 12.43 15.33 -
YUV 79.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 7 111 105 0.94 0 0.05 0.56 176.54 0.88 0.23
Hex 7 6F 69 5E 0 5 38 B1 58 17
Octal 7 157 151 136 0 5 70 261 130 27
Binary 111 1101111 1101001 1011110 0 101 111000 10110001 1011000 10111

Color Harmonies of #076F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F69

Black with #076F69

Text Example


Text Example

White with #076F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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