Html Css Color HEX #067C6A Pine Green

📋 copy color: '#067C6A'

red 6 ◦ green 124 ◦ blue 106

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

Shades of Pine Green #067C6A

Tints of Pine Green #067C6A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.54%

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 2.54%
G = 52.54%
B = 44.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#067C6A (or 0x067C6A) is known color: Pine Green. HEX triplet: 06, 7C and 6A. RGB value is (6,124,106). Sum of RGB (Red+Green+Blue) = 6+124+106=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #067C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C6A is #F98395. Grayscale: #565656. Windows color (decimal): -16352150 or 6978566. OLE color: 6978566.

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

Color convert

RGB 6 124 106 -
CMYK 0.95 0 0.15 0.51
HSL 170.85º 0.91% 0.25% -
HSV(B) 170.85º 0.95% 0.49% -
XYZ 9.88 15.49 16.11 -
YUV 86.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 6 124 106 0.95 0 0.15 0.51 170.85 0.91 0.25
Hex 6 7C 6A 5F 0 F 33 AB 5B 19
Octal 6 174 152 137 0 17 63 253 133 31
Binary 110 1111100 1101010 1011111 0 1111 110011 10101011 1011011 11001

Color Harmonies of #067C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C6A

Black with #067C6A

Text Example


Text Example

White with #067C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,106); }

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

background-color css

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

 a { background-color: rgb(6,124,106); }

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

border-color css

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

 span { border-color: rgb(6,124,106); }

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