Html Css Color HEX #068069 Pine Green

📋 copy color: '#068069'

red 6 ◦ green 128 ◦ blue 105

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

Shades of Pine Green #068069

Tints of Pine Green #068069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.56%

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 2.51%
G = 53.56%
B = 43.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#068069 (or 0x068069) is known color: Pine Green. HEX triplet: 06, 80 and 69. RGB value is (6,128,105). Sum of RGB (Red+Green+Blue) = 6+128+105=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #068069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068069 is #F97F96. Grayscale: #585858. Windows color (decimal): -16351127 or 6914054. OLE color: 6914054.

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

Color convert

RGB 6 128 105 -
CMYK 0.95 0 0.18 0.50
HSL 168.69º 0.91% 0.26% -
HSV(B) 168.69º 0.95% 0.5% -
XYZ 10.34 16.5 16 -
YUV 88.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 6 128 105 0.95 0 0.18 0.50 168.69 0.91 0.26
Hex 6 80 69 5F 0 12 32 A9 5B 1A
Octal 6 200 151 137 0 22 62 251 133 32
Binary 110 10000000 1101001 1011111 0 10010 110010 10101001 1011011 11010

Color Harmonies of #068069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068069

Black with #068069

Text Example


Text Example

White with #068069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068069; }

 p { color: rgb(6,128,105); }

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

background-color css

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

 a { background-color: rgb(6,128,105); }

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

border-color css

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

 span { border-color: rgb(6,128,105); }

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