Html Css Color HEX #077066 Pine Green

📋 copy color: '#077066'

red 7 ◦ green 112 ◦ blue 102

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

Shades of Pine Green #077066

Tints of Pine Green #077066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 3.17%
G = 50.68%
B = 46.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#077066 (or 0x077066) is known color: Pine Green. HEX triplet: 07, 70 and 66. RGB value is (7,112,102). Sum of RGB (Red+Green+Blue) = 7+112+102=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #077066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077066 is #F88F99. Grayscale: #4F4F4F. Windows color (decimal): -16289690 or 6713351. OLE color: 6713351.

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

Color convert

RGB 7 112 102 -
CMYK 0.94 0 0.09 0.56
HSL 174.29º 0.88% 0.23% -
HSV(B) 174.29º 0.94% 0.44% -
XYZ 8.28 12.59 14.56 -
YUV 79.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 7 112 102 0.94 0 0.09 0.56 174.29 0.88 0.23
Hex 7 70 66 5E 0 9 38 AE 58 17
Octal 7 160 146 136 0 11 70 256 130 27
Binary 111 1110000 1100110 1011110 0 1001 111000 10101110 1011000 10111

Color Harmonies of #077066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077066

Black with #077066

Text Example


Text Example

White with #077066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077066; }

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

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

background-color css

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

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

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

border-color css

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

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

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