Html Css Color HEX #067670 Pine Green

📋 copy color: '#067670'

red 6 ◦ green 118 ◦ blue 112

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

Shades of Pine Green #067670

Tints of Pine Green #067670

RGB

 RED value IS 6 (2.73% from 255) = 2.54%

 GREEN value IS 118 (46.48% from 255) = 50%

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 2.54%
G = 50%
B = 47.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#067670 (or 0x067670) is known color: Pine Green. HEX triplet: 06, 76 and 70. RGB value is (6,118,112). Sum of RGB (Red+Green+Blue) = 6+118+112=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #067670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067670 is #F9898F. Grayscale: #535353. Windows color (decimal): -16353680 or 7370246. OLE color: 7370246.

HSL color Cylindrical-coordinate representation of color #067670: hue angle of 176.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067670 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 112 -
CMYK 0.95 0 0.05 0.54
HSL 176.79º 0.9% 0.24% -
HSV(B) 176.79º 0.95% 0.46% -
XYZ 9.48 14.17 17.56 -
YUV 83.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 6 118 112 0.95 0 0.05 0.54 176.79 0.9 0.24
Hex 6 76 70 5F 0 5 36 B1 5A 18
Octal 6 166 160 137 0 5 66 261 132 30
Binary 110 1110110 1110000 1011111 0 101 110110 10110001 1011010 11000

Color Harmonies of #067670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067670

Black with #067670

Text Example


Text Example

White with #067670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067670; }

 p { color: rgb(6,118,112); }

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

background-color css

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

 a { background-color: rgb(6,118,112); }

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

border-color css

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

 span { border-color: rgb(6,118,112); }

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