Html Css Color HEX #007067 Pine Green

📋 copy color: '#007067'

red 0 ◦ green 112 ◦ blue 103

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

Shades of Pine Green #007067

Tints of Pine Green #007067

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 52.09%
B = 47.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#007067 (or 0x007067) is known color: Pine Green. HEX triplet: 00, 70 and 67. RGB value is (0,112,103). Sum of RGB (Red+Green+Blue) = 0+112+103=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #007067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007067 is #FF8F98. Grayscale: #4D4D4D. Windows color (decimal): -16748441 or 6778880. OLE color: 6778880.

HSL color Cylindrical-coordinate representation of color #007067: hue angle of 175.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007067 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 103 -
CMYK 1 0 0.08 0.56
HSL 175.18º 1% 0.22% -
HSV(B) 175.18º 1% 0.44% -
XYZ 8.24 12.57 14.82 -
YUV 77.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 0 112 103 1 0 0.08 0.56 175.18 1 0.22
Hex 0 70 67 64 0 8 38 AF 64 16
Octal 0 160 147 144 0 10 70 257 144 26
Binary 0 1110000 1100111 1100100 0 1000 111000 10101111 1100100 10110

Color Harmonies of #007067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007067

Black with #007067

Text Example


Text Example

White with #007067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007067; }

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

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

background-color css

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

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

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

border-color css

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

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

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