Html Css Color HEX #067067 Pine Green

📋 copy color: '#067067'

red 6 ◦ green 112 ◦ blue 103

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

Shades of Pine Green #067067

Tints of Pine Green #067067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 2.71%
G = 50.68%
B = 46.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#067067 (or 0x067067) is known color: Pine Green. HEX triplet: 06, 70 and 67. RGB value is (6,112,103). Sum of RGB (Red+Green+Blue) = 6+112+103=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #067067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067067 is #F98F98. Grayscale: #4F4F4F. Windows color (decimal): -16355225 or 6778886. OLE color: 6778886.

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

Color convert

RGB 6 112 103 -
CMYK 0.95 0 0.08 0.56
HSL 174.91º 0.9% 0.23% -
HSV(B) 174.91º 0.95% 0.44% -
XYZ 8.32 12.61 14.83 -
YUV 79.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 6 112 103 0.95 0 0.08 0.56 174.91 0.9 0.23
Hex 6 70 67 5F 0 8 38 AF 5A 17
Octal 6 160 147 137 0 10 70 257 132 27
Binary 110 1110000 1100111 1011111 0 1000 111000 10101111 1011010 10111

Color Harmonies of #067067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067067

Black with #067067

Text Example


Text Example

White with #067067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067067; }

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

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

background-color css

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

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

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

border-color css

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

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

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