Html Css Color HEX #067071 Pine Green

📋 copy color: '#067071'

red 6 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #067071

Tints of Pine Green #067071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 2.6%
G = 48.48%
B = 48.92%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#067071 (or 0x067071) is known color: Pine Green. HEX triplet: 06, 70 and 71. RGB value is (6,112,113). Sum of RGB (Red+Green+Blue) = 6+112+113=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #067071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067071 is #F98F8E. Grayscale: #505050. Windows color (decimal): -16355215 or 7434246. OLE color: 7434246.

HSL color Cylindrical-coordinate representation of color #067071: hue angle of 180.56º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067071 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 113 -
CMYK 0.95 0.01 0 0.56
HSL 180.56º 0.9% 0.23% -
HSV(B) 180.56º 0.95% 0.44% -
XYZ 8.85 12.82 17.63 -
YUV 80.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 6 112 113 0.95 0.01 0 0.56 180.56 0.9 0.23
Hex 6 70 71 5F 1 0 38 B5 5A 17
Octal 6 160 161 137 1 0 70 265 132 27
Binary 110 1110000 1110001 1011111 1 0 111000 10110101 1011010 10111

Color Harmonies of #067071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067071

Black with #067071

Text Example


Text Example

White with #067071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067071; }

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

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

background-color css

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

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

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

border-color css

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

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

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