Html Css Color HEX #077069 Pine Green

📋 copy color: '#077069'

red 7 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #077069

Tints of Pine Green #077069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 3.13%
G = 50%
B = 46.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#077069 (or 0x077069) is known color: Pine Green. HEX triplet: 07, 70 and 69. RGB value is (7,112,105). Sum of RGB (Red+Green+Blue) = 7+112+105=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #077069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077069 is #F88F96. Grayscale: #4F4F4F. Windows color (decimal): -16289687 or 6909959. OLE color: 6909959.

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

Color convert

RGB 7 112 105 -
CMYK 0.94 0 0.06 0.56
HSL 176º 0.88% 0.23% -
HSV(B) 176º 0.94% 0.44% -
XYZ 8.43 12.65 15.36 -
YUV 79.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 7 112 105 0.94 0 0.06 0.56 176 0.88 0.23
Hex 7 70 69 5E 0 6 38 B0 58 17
Octal 7 160 151 136 0 6 70 260 130 27
Binary 111 1110000 1101001 1011110 0 110 111000 10110000 1011000 10111

Color Harmonies of #077069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077069

Black with #077069

Text Example


Text Example

White with #077069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077069; }

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

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

background-color css

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

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

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

border-color css

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

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

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