Html Css Color HEX #067D70 Pine Green

📋 copy color: '#067D70'

red 6 ◦ green 125 ◦ blue 112

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

Shades of Pine Green #067D70

Tints of Pine Green #067D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 2.47%
G = 51.44%
B = 46.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#067D70 (or 0x067D70) is known color: Pine Green. HEX triplet: 06, 7D and 70. RGB value is (6,125,112). Sum of RGB (Red+Green+Blue) = 6+125+112=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #067D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D70 is #F9828F. Grayscale: #575757. Windows color (decimal): -16351888 or 7372038. OLE color: 7372038.

HSL color Cylindrical-coordinate representation of color #067D70: hue angle of 173.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 #067D70 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 125 112 -
CMYK 0.95 0 0.10 0.51
HSL 173.45º 0.91% 0.26% -
HSV(B) 173.45º 0.95% 0.49% -
XYZ 10.33 15.88 17.85 -
YUV 87.94 141.58 69.56 -
System Red Green Blue C M Y K H S L
Decimal 6 125 112 0.95 0 0.10 0.51 173.45 0.91 0.26
Hex 6 7D 70 5F 0 A 33 AD 5B 1A
Octal 6 175 160 137 0 12 63 255 133 32
Binary 110 1111101 1110000 1011111 0 1010 110011 10101101 1011011 11010

Color Harmonies of #067D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067D70

Black with #067D70

Text Example


Text Example

White with #067D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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