Html Css Color HEX #067D72 Pine Green

📋 copy color: '#067D72'

red 6 ◦ green 125 ◦ blue 114

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

Shades of Pine Green #067D72

Tints of Pine Green #067D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.02%

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

R = 2.45%
G = 51.02%
B = 46.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#067D72 (or 0x067D72) is known color: Pine Green. HEX triplet: 06, 7D and 72. RGB value is (6,125,114). Sum of RGB (Red+Green+Blue) = 6+125+114=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #067D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D72 is #F9828D. Grayscale: #585858. Windows color (decimal): -16351886 or 7503110. OLE color: 7503110.

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

Color convert

RGB 6 125 114 -
CMYK 0.95 0 0.09 0.51
HSL 174.45º 0.91% 0.26% -
HSV(B) 174.45º 0.95% 0.49% -
XYZ 10.45 15.92 18.44 -
YUV 88.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 6 125 114 0.95 0 0.09 0.51 174.45 0.91 0.26
Hex 6 7D 72 5F 0 9 33 AE 5B 1A
Octal 6 175 162 137 0 11 63 256 133 32
Binary 110 1111101 1110010 1011111 0 1001 110011 10101110 1011011 11010

Color Harmonies of #067D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067D72

Black with #067D72

Text Example


Text Example

White with #067D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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