Html Css Color HEX #068271 Pine Green

📋 copy color: '#068271'

red 6 ◦ green 130 ◦ blue 113

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

Shades of Pine Green #068271

Tints of Pine Green #068271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

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

R = 2.41%
G = 52.21%
B = 45.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#068271 (or 0x068271) is known color: Pine Green. HEX triplet: 06, 82 and 71. RGB value is (6,130,113). Sum of RGB (Red+Green+Blue) = 6+130+113=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #068271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068271 is #F97D8E. Grayscale: #5A5A5A. Windows color (decimal): -16350607 or 7438854. OLE color: 7438854.

HSL color Cylindrical-coordinate representation of color #068271: hue angle of 171.77º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068271 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 113 -
CMYK 0.95 0 0.13 0.49
HSL 171.77º 0.91% 0.27% -
HSV(B) 171.77º 0.95% 0.51% -
XYZ 11.04 17.2 18.36 -
YUV 90.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 6 130 113 0.95 0 0.13 0.49 171.77 0.91 0.27
Hex 6 82 71 5F 0 D 31 AC 5B 1B
Octal 6 202 161 137 0 15 61 254 133 33
Binary 110 10000010 1110001 1011111 0 1101 110001 10101100 1011011 11011

Color Harmonies of #068271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068271

Black with #068271

Text Example


Text Example

White with #068271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068271; }

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

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

background-color css

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

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

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

border-color css

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

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

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