Html Css Color HEX #067069 Pine Green

📋 copy color: '#067069'

red 6 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #067069

Tints of Pine Green #067069

RGB

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

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

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

R = 2.69%
G = 50.22%
B = 47.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#067069 (or 0x067069) is known color: Pine Green. HEX triplet: 06, 70 and 69. RGB value is (6,112,105). Sum of RGB (Red+Green+Blue) = 6+112+105=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #067069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067069 is #F98F96. Grayscale: #4F4F4F. Windows color (decimal): -16355223 or 6909958. OLE color: 6909958.

HSL color Cylindrical-coordinate representation of color #067069: hue angle of 176.04º 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 #067069 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 105 -
CMYK 0.95 0 0.06 0.56
HSL 176.04º 0.9% 0.23% -
HSV(B) 176.04º 0.95% 0.44% -
XYZ 8.42 12.65 15.36 -
YUV 79.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 6 112 105 0.95 0 0.06 0.56 176.04 0.9 0.23
Hex 6 70 69 5F 0 6 38 B0 5A 17
Octal 6 160 151 137 0 6 70 260 132 27
Binary 110 1110000 1101001 1011111 0 110 111000 10110000 1011010 10111

Color Harmonies of #067069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067069

Black with #067069

Text Example


Text Example

White with #067069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067069; }

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

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

background-color css

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

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

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

border-color css

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

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

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