Html Css Color HEX #068172 Pine Green

📋 copy color: '#068172'

red 6 ◦ green 129 ◦ blue 114

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

Shades of Pine Green #068172

Tints of Pine Green #068172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 2.41%
G = 51.81%
B = 45.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#068172 (or 0x068172) is known color: Pine Green. HEX triplet: 06, 81 and 72. RGB value is (6,129,114). Sum of RGB (Red+Green+Blue) = 6+129+114=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #068172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068172 is #F97E8D. Grayscale: #5A5A5A. Windows color (decimal): -16350862 or 7504134. OLE color: 7504134.

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

Color convert

RGB 6 129 114 -
CMYK 0.95 0 0.12 0.49
HSL 172.68º 0.91% 0.26% -
HSV(B) 172.68º 0.95% 0.51% -
XYZ 10.96 16.95 18.61 -
YUV 90.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 6 129 114 0.95 0 0.12 0.49 172.68 0.91 0.26
Hex 6 81 72 5F 0 C 31 AD 5B 1A
Octal 6 201 162 137 0 14 61 255 133 32
Binary 110 10000001 1110010 1011111 0 1100 110001 10101101 1011011 11010

Color Harmonies of #068172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068172

Black with #068172

Text Example


Text Example

White with #068172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068172; }

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

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

background-color css

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

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

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

border-color css

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

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

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