Html Css Color HEX #067271 Pine Green

📋 copy color: '#067271'

red 6 ◦ green 114 ◦ blue 113

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

Shades of Pine Green #067271

Tints of Pine Green #067271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

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

R = 2.58%
G = 48.93%
B = 48.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#067271 (or 0x067271) is known color: Pine Green. HEX triplet: 06, 72 and 71. RGB value is (6,114,113). Sum of RGB (Red+Green+Blue) = 6+114+113=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #067271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067271 is #F98D8E. Grayscale: #515151. Windows color (decimal): -16354703 or 7434758. OLE color: 7434758.

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

Color convert

RGB 6 114 113 -
CMYK 0.95 0 0.01 0.55
HSL 179.44º 0.9% 0.24% -
HSV(B) 179.44º 0.95% 0.45% -
XYZ 9.07 13.27 17.71 -
YUV 81.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 6 114 113 0.95 0 0.01 0.55 179.44 0.9 0.24
Hex 6 72 71 5F 0 1 37 B3 5A 18
Octal 6 162 161 137 0 1 67 263 132 30
Binary 110 1110010 1110001 1011111 0 1 110111 10110011 1011010 11000

Color Harmonies of #067271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067271

Black with #067271

Text Example


Text Example

White with #067271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067271; }

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

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

background-color css

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

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

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

border-color css

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

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

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